#2F934D

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

Shades of Sea Green #2F934D

Tints of Sea Green #2F934D

Color information

#2F934D (or 0x2F934D) is unknown color: approx Sea Green. HEX triplet: 2F, 93 and 4D. RGB value is (47,147,77). Sum of RGB (Red+Green+Blue) = 47+147+77=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #2F934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F934D is #D06CB2. Grayscale: #6D6D6D. Windows color (decimal): -13659315 or 5083951. OLE color: 5083951.

HSL color Cylindrical-coordinate representation of color #2F934D: hue angle of 138º 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 #2F934D is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB4714777-
CMYK0.6800.480.42
HSL138º51.55%38.04%-
HSV(B)138º68.03%57.65%-
XYZ12.9522.0110.59-
YUV109.12109.8783.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.34%
GREEN value IS 147 (57.81% from 255) = 54.24%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=17.34%
G=54.24%
B=28.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147770.6800.480.4213851.5538.04
Hex2F934D440302A8a3426
Octal57223115104060522126446
Binary1011111001001110011011000100011000010101010001010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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