Html Css Color HEX #29BF0B Kelly Green

📋 copy color: '#29BF0B'

red 41 ◦ green 191 ◦ blue 11

#29BF0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #29BF0B

Tints of Kelly Green #29BF0B

RGB

 RED value IS 41 (16.41% from 255) = 16.87%

 GREEN value IS 191 (75% from 255) = 78.6%

 BLUE value IS 11 (4.69% from 255) = 4.53%

R = 16.87%
G = 78.6%
B = 4.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#29BF0B (or 0x29BF0B) is known color: Kelly Green. HEX triplet: 29, BF and 0B. RGB value is (41,191,11). Sum of RGB (Red+Green+Blue) = 41+191+11=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 191 (75% from 255 or 78.60% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BF0B is #D640F4. Grayscale: #7E7E7E. Windows color (decimal): -14041333 or 769833. OLE color: 769833.

HSL color Cylindrical-coordinate representation of color #29BF0B: hue angle of 110º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29BF0B is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 191 11 -
CMYK 0.79 0 0.94 0.25
HSL 110º 0.89% 0.4% -
HSV(B) 110º 0.94% 0.75% -
XYZ 19.61 37.76 6.57 -
YUV 125.63 63.31 67.64 -
System Red Green Blue C M Y K H S L
Decimal 41 191 11 0.79 0 0.94 0.25 110 0.89 0.4
Hex 29 BF B 4F 0 5E 19 6E 59 28
Octal 51 277 13 117 0 136 31 156 131 50
Binary 101001 10111111 1011 1001111 0 1011110 11001 1101110 1011001 101000

Color Harmonies of #29BF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BF0B

Black with #29BF0B

Text Example


Text Example

White with #29BF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29BF0B;
 }
 .AnyTagClassName
 {
   color: #29BF0B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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