#2F8E5C

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

Shades of Sea Green #2F8E5C

Tints of Sea Green #2F8E5C

Color information

#2F8E5C (or 0x2F8E5C) is unknown color: approx Sea Green. HEX triplet: 2F, 8E and 5C. RGB value is (47,142,92). Sum of RGB (Red+Green+Blue) = 47+142+92=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E5C is #D071A3. Grayscale: #6C6C6C. Windows color (decimal): -13660580 or 6065711. OLE color: 6065711.

HSL color Cylindrical-coordinate representation of color #2F8E5C: hue angle of 148.42º degrees, saturation: 0.5, 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 #2F8E5C is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB4714292-
CMYK0.6700.350.44
HSL148.42º50.26%37.06%-
HSV(B)148.42º66.9%55.69%-
XYZ12.7820.7213.45-
YUV107.9119.0384.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.73%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=16.73%
G=50.53%
B=32.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47142920.6700.350.44148.4250.2637.06
Hex2F8E5C430232C943225
Octal57216134103043542246245
Binary1011111000111010111001000011010001110110010010100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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