#2F8664

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

Shades of Sea Green #2F8664

Tints of Sea Green #2F8664

Color information

#2F8664 (or 0x2F8664) is unknown color: approx Sea Green. HEX triplet: 2F, 86 and 64. RGB value is (47,134,100). Sum of RGB (Red+Green+Blue) = 47+134+100=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #2F8664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8664 is #D0799B. Grayscale: #686868. Windows color (decimal): -13662620 or 6587951. OLE color: 6587951.

HSL color Cylindrical-coordinate representation of color #2F8664: hue angle of 156.55º 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 #2F8664 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB47134100-
CMYK0.6500.250.47
HSL156.55º48.07%35.49%-
HSV(B)156.55º64.93%52.55%-
XYZ1218.5715.01-
YUV104.11125.6887.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.73%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=16.73%
G=47.69%
B=35.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471341000.6500.250.47156.5548.0735.49
Hex2F8664410192F9d3023
Octal57206144101031572356043
Binary101111100001101100100100000101100110111110011101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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