#2F8964

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

Shades of Sea Green #2F8964

Tints of Sea Green #2F8964

Color information

#2F8964 (or 0x2F8964) is unknown color: approx Sea Green. HEX triplet: 2F, 89 and 64. RGB value is (47,137,100). Sum of RGB (Red+Green+Blue) = 47+137+100=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8964 is #D0769B. Grayscale: #696969. Windows color (decimal): -13661852 or 6588719. OLE color: 6588719.

HSL color Cylindrical-coordinate representation of color #2F8964: hue angle of 155.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8964 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB47137100-
CMYK0.6600.270.46
HSL155.33º48.91%36.08%-
HSV(B)155.33º65.69%53.73%-
XYZ12.4219.4215.15-
YUV105.87124.6886.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 137 (53.91% from 255) = 48.24%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=16.55%
G=48.24%
B=35.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471371000.6600.270.46155.3348.9136.08
Hex2F89644201B2E9b3124
Octal57211144102033562336144
Binary101111100010011100100100001001101110111010011011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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