#2F9053

Color #2F9053 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2F9053

Tints of Sea Green #2F9053

Color information

#2F9053 (or 0x2F9053) is unknown color: approx Sea Green. HEX triplet: 2F, 90 and 53. RGB value is (47,144,83). Sum of RGB (Red+Green+Blue) = 47+144+83=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9053 is #D06FAC. Grayscale: #6C6C6C. Windows color (decimal): -13660077 or 5476399. OLE color: 5476399.

HSL color Cylindrical-coordinate representation of color #2F9053: hue angle of 142.27º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9053 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB4714483-
CMYK0.6700.420.44
HSL142.27º50.79%37.45%-
HSV(B)142.27º67.36%56.47%-
XYZ12.7121.1811.6-
YUV108.04113.8684.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 17.15%
GREEN value IS 144 (56.64% from 255) = 52.55%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=17.15%
G=52.55%
B=30.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47144830.6700.420.44142.2750.7937.45
Hex2F90534302A2C8e3325
Octal57220123103052542166345
Binary1011111001000010100111000011010101010110010001110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F9053; }

 p { color: rgb(47,144,83); }

 H1.HeaderClassName
 {
   color: #2F9053;
 }
 .AnyTagClassName
 {
   color: #2F9053;
 }
</style>
background-color css

<style>
 a { background-color: #2F9053; }

 a { background-color: rgb(47,144,83); }

 div.DivClassName
 {
   background-color: #2F9053;
 }
 .BgClassName
 {
   background-color: #2F9053;
 }
</style>
border-color css

<style>
 span { border-color: #2F9053; }

 span { border-color: rgb(47,144,83); }

 td.TdClassName
 {
   border-color: #2F9053;
 }
 .TagClassName
 {
   border-color: #2F9053;
 }
</style>