#29BD03

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

Shades of Kelly Green #29BD03

Tints of Kelly Green #29BD03

Color information

#29BD03 (or 0x29BD03) is unknown color: approx Kelly Green. HEX triplet: 29, BD and 03. RGB value is (41,189,3). Sum of RGB (Red+Green+Blue) = 41+189+3=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 189 (74.22% from 255 or 81.12% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BD03 is #D642FC. Grayscale: #7C7C7C. Windows color (decimal): -14041853 or 245033. OLE color: 245033.

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

Color convert

RGB411893-
CMYK0.7800.980.26
HSL107.74º96.88%37.65%-
HSV(B)107.74º98.41%74.12%-
XYZ19.1336.876.2-
YUV123.5459.9769.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 189 (74.22% from 255) = 81.12%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=17.60%
G=81.12%
B=1.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4118930.7800.980.26107.7496.8837.65
Hex29BD34E0621A6c6126
Octal51275311601423215414146
Binary10100110111101111001110011000101101011011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,189,3); }

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

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

 a { background-color: rgb(41,189,3); }

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

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

 span { border-color: rgb(41,189,3); }

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