#2F8C5C

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

Shades of Sea Green #2F8C5C

Tints of Sea Green #2F8C5C

Color information

#2F8C5C (or 0x2F8C5C) is unknown color: approx Sea Green. HEX triplet: 2F, 8C and 5C. RGB value is (47,140,92). Sum of RGB (Red+Green+Blue) = 47+140+92=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C5C is #D073A3. Grayscale: #6A6A6A. Windows color (decimal): -13661092 or 6065199. OLE color: 6065199.

HSL color Cylindrical-coordinate representation of color #2F8C5C: hue angle of 149.03º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8C5C is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB4714092-
CMYK0.6600.340.45
HSL149.03º49.73%36.67%-
HSV(B)149.03º66.43%54.9%-
XYZ12.4820.1313.35-
YUV106.72119.6985.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 140 (55.08% from 255) = 50.18%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=16.85%
G=50.18%
B=32.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47140920.6600.340.45149.0349.7336.67
Hex2F8C5C420222D953225
Octal57214134102042552256245
Binary1011111000110010111001000010010001010110110010101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,140,92); }

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

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

 a { background-color: rgb(47,140,92); }

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

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

 span { border-color: rgb(47,140,92); }

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