#29AB88

Color #29AB88 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #29AB88

Tints of Jungle Green #29AB88

Color information

#29AB88 (or 0x29AB88) is unknown color: approx Jungle Green. HEX triplet: 29, AB and 88. RGB value is (41,171,136). Sum of RGB (Red+Green+Blue) = 41+171+136=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB88 is #D65477. Grayscale: #808080. Windows color (decimal): -14046328 or 8956713. OLE color: 8956713.

HSL color Cylindrical-coordinate representation of color #29AB88: hue angle of 163.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AB88 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB41171136-
CMYK0.7600.200.33
HSL163.85º61.32%41.57%-
HSV(B)163.85º76.02%67.06%-
XYZ19.9231.3728.3-
YUV128.14132.4365.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.78%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=11.78%
G=49.14%
B=39.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411711360.7600.200.33163.8561.3241.57
Hex29AB884C01421a43d2a
Octal51253210114024412447552
Binary1010011010101110001000100110001010010000110100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29AB88; }

 p { color: rgb(41,171,136); }

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

<style>
 a { background-color: #29AB88; }

 a { background-color: rgb(41,171,136); }

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

<style>
 span { border-color: #29AB88; }

 span { border-color: rgb(41,171,136); }

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