#2F934B

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

Shades of Sea Green #2F934B

Tints of Sea Green #2F934B

Color information

#2F934B (or 0x2F934B) is unknown color: approx Sea Green. HEX triplet: 2F, 93 and 4B. RGB value is (47,147,75). Sum of RGB (Red+Green+Blue) = 47+147+75=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #2F934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F934B is #D06CB4. Grayscale: #6D6D6D. Windows color (decimal): -13659317 or 4952879. OLE color: 4952879.

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

Color convert

RGB4714775-
CMYK0.6800.490.42
HSL136.8º51.55%38.04%-
HSV(B)136.8º68.03%57.65%-
XYZ12.8821.9810.22-
YUV108.89108.8783.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.47%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=17.47%
G=54.65%
B=27.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147750.6800.490.42136.851.5538.04
Hex2F934B440312A893426
Octal57223113104061522116446
Binary1011111001001110010111000100011000110101010001001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,147,75); }

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

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

 a { background-color: rgb(47,147,75); }

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

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

 span { border-color: rgb(47,147,75); }

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