#29BC92

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

Shades of Jungle Green #29BC92

Tints of Jungle Green #29BC92

Color information

#29BC92 (or 0x29BC92) is unknown color: approx Jungle Green. HEX triplet: 29, BC and 92. RGB value is (41,188,146). Sum of RGB (Red+Green+Blue) = 41+188+146=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BC92 is #D6436D. Grayscale: #8B8B8B. Windows color (decimal): -14041966 or 9616425. OLE color: 9616425.

HSL color Cylindrical-coordinate representation of color #29BC92: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BC92 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB41188146-
CMYK0.7800.220.26
HSL162.86º64.19%44.9%-
HSV(B)162.86º78.19%73.73%-
XYZ24.0938.5133.36-
YUV139.26131.857.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.93%
GREEN value IS 188 (73.83% from 255) = 50.13%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=10.93%
G=50.13%
B=38.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411881460.7800.220.26162.8664.1944.9
Hex29BC924E0161Aa3402d
Octal512742221160263224310055
Binary1010011011110010010010100111001011011010101000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,188,146); }

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

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

 a { background-color: rgb(41,188,146); }

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

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

 span { border-color: rgb(41,188,146); }

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