#2F9646

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

Shades of Sea Green #2F9646

Tints of Sea Green #2F9646

Color information

#2F9646 (or 0x2F9646) is unknown color: approx Sea Green. HEX triplet: 2F, 96 and 46. RGB value is (47,150,70). Sum of RGB (Red+Green+Blue) = 47+150+70=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9646 is #D069B9. Grayscale: #6E6E6E. Windows color (decimal): -13658554 or 4625967. OLE color: 4625967.

HSL color Cylindrical-coordinate representation of color #2F9646: hue angle of 133.4º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9646 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB4715070-
CMYK0.6900.530.41
HSL133.4º52.28%38.63%-
HSV(B)133.4º68.67%58.82%-
XYZ13.1822.869.51-
YUV110.08105.3883-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.60%
GREEN value IS 150 (58.98% from 255) = 56.18%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=17.60%
G=56.18%
B=26.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47150700.6900.530.41133.452.2838.63
Hex2F96464503529853427
Octal57226106105065512056447
Binary1011111001011010001101000101011010110100110000101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,150,70); }

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

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

 a { background-color: rgb(47,150,70); }

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

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

 span { border-color: rgb(47,150,70); }

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