#2F864F

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

Shades of Sea Green #2F864F

Tints of Sea Green #2F864F

Color information

#2F864F (or 0x2F864F) is unknown color: approx Sea Green. HEX triplet: 2F, 86 and 4F. RGB value is (47,134,79). Sum of RGB (Red+Green+Blue) = 47+134+79=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #2F864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F864F is #D079B0. Grayscale: #656565. Windows color (decimal): -13662641 or 5211695. OLE color: 5211695.

HSL color Cylindrical-coordinate representation of color #2F864F: hue angle of 142.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F864F is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB4713479-
CMYK0.6500.410.47
HSL142.07º48.07%35.49%-
HSV(B)142.07º64.93%52.55%-
XYZ11.1118.2210.33-
YUV101.72115.1888.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.08%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=18.08%
G=51.54%
B=30.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47134790.6500.410.47142.0748.0735.49
Hex2F864F410292F8e3023
Octal57206117101051572166043
Binary1011111000011010011111000001010100110111110001110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,134,79); }

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

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

 a { background-color: rgb(47,134,79); }

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

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

 span { border-color: rgb(47,134,79); }

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