#29C70B

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

Shades of Kelly Green #29C70B

Tints of Kelly Green #29C70B

Color information

#29C70B (or 0x29C70B) is unknown color: approx Kelly Green. HEX triplet: 29, C7 and 0B. RGB value is (41,199,11). Sum of RGB (Red+Green+Blue) = 41+199+11=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 199 (78.12% from 255 or 79.28% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 199 - color contains mainly: green. Hex color #29C70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29C70B is #D638F4. Grayscale: #828282. Windows color (decimal): -14039285 or 771881. OLE color: 771881.

HSL color Cylindrical-coordinate representation of color #29C70B: hue angle of 110.43º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29C70B is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB4119911-
CMYK0.7900.940.22
HSL110.43º89.52%41.18%-
HSV(B)110.43º94.47%78.04%-
XYZ21.441.347.17-
YUV130.3360.6564.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 199 (78.12% from 255) = 79.28%
BLUE value IS 11 (4.69% from 255) = 4.38%
R=16.33%
G=79.28%
B=4.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41199110.7900.940.22110.4389.5241.18
Hex29C7B4F05E166e5a29
Octal513071311701362615613251
Binary1010011100011110111001111010111101011011011101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,199,11); }

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

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

 a { background-color: rgb(41,199,11); }

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

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

 span { border-color: rgb(41,199,11); }

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