#2F9146

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

Shades of Sea Green #2F9146

Tints of Sea Green #2F9146

Color information

#2F9146 (or 0x2F9146) is unknown color: approx Sea Green. HEX triplet: 2F, 91 and 46. RGB value is (47,145,70). Sum of RGB (Red+Green+Blue) = 47+145+70=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9146 is #D06EB9. Grayscale: #6B6B6B. Windows color (decimal): -13659834 or 4624687. OLE color: 4624687.

HSL color Cylindrical-coordinate representation of color #2F9146: hue angle of 134.08º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9146 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB4714570-
CMYK0.6800.520.43
HSL134.08º51.04%37.65%-
HSV(B)134.08º67.59%56.86%-
XYZ12.421.39.25-
YUV107.15107.0385.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.94%
GREEN value IS 145 (57.03% from 255) = 55.34%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=17.94%
G=55.34%
B=26.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47145700.6800.520.43134.0851.0437.65
Hex2F9146440342B863326
Octal57221106104064532066346
Binary1011111001000110001101000100011010010101110000110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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