#29B00F

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

Shades of Kelly Green #29B00F

Tints of Kelly Green #29B00F

Color information

#29B00F (or 0x29B00F) is unknown color: approx Kelly Green. HEX triplet: 29, B0 and 0F. RGB value is (41,176,15). Sum of RGB (Red+Green+Blue) = 41+176+15=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 176 (69.14% from 255 or 75.86% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 176 - color contains mainly: green. Hex color #29B00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29B00F is #D64FF0. Grayscale: #757575. Windows color (decimal): -14045169 or 1028137. OLE color: 1028137.

HSL color Cylindrical-coordinate representation of color #29B00F: hue angle of 110.31º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29B00F is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB4117615-
CMYK0.7700.910.31
HSL110.31º84.29%37.45%-
HSV(B)110.31º91.48%69.02%-
XYZ16.5331.565.67-
YUV117.2870.2773.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 176 (69.14% from 255) = 75.86%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=17.67%
G=75.86%
B=6.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41176150.7700.910.31110.3184.2937.45
Hex29B0F4D05B1F6e5425
Octal512601711501333715612445
Binary1010011011000011111001101010110111111111011101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,176,15); }

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

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

 a { background-color: rgb(41,176,15); }

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

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

 span { border-color: rgb(41,176,15); }

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