#29964A

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

Shades of Sea Green #29964A

Tints of Sea Green #29964A

Color information

#29964A (or 0x29964A) is unknown color: approx Sea Green. HEX triplet: 29, 96 and 4A. RGB value is (41,150,74). Sum of RGB (Red+Green+Blue) = 41+150+74=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #29964A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29964A is #D669B5. Grayscale: #6C6C6C. Windows color (decimal): -14051766 or 4888105. OLE color: 4888105.

HSL color Cylindrical-coordinate representation of color #29964A: hue angle of 138.17º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29964A is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB4115074-
CMYK0.7300.510.41
HSL138.17º57.07%37.45%-
HSV(B)138.17º72.67%58.82%-
XYZ13.0622.7810.19-
YUV108.74108.3979.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 150 (58.98% from 255) = 56.60%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=15.47%
G=56.60%
B=27.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41150740.7300.510.41138.1757.0737.45
Hex29964A49033298a3925
Octal51226112111063512127145
Binary1010011001011010010101001001011001110100110001010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29964A; }

 p { color: rgb(41,150,74); }

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

<style>
 a { background-color: #29964A; }

 a { background-color: rgb(41,150,74); }

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

<style>
 span { border-color: #29964A; }

 span { border-color: rgb(41,150,74); }

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