Html Css Color HEX #29BF0E Kelly Green

📋 copy color: '#29BF0E'

red 41 ◦ green 191 ◦ blue 14

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

Shades of Kelly Green #29BF0E

Tints of Kelly Green #29BF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.69%

R = 16.67%
G = 77.64%
B = 5.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#29BF0E (or 0x29BF0E) is known color: Kelly Green. HEX triplet: 29, BF and 0E. RGB value is (41,191,14). Sum of RGB (Red+Green+Blue) = 41+191+14=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 191 (75% from 255 or 77.64% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BF0E is #D640F1. Grayscale: #7E7E7E. Windows color (decimal): -14041330 or 966441. OLE color: 966441.

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

Color convert

RGB 41 191 14 -
CMYK 0.79 0 0.93 0.25
HSL 110.85º 0.86% 0.4% -
HSV(B) 110.85º 0.93% 0.75% -
XYZ 19.62 37.76 6.67 -
YUV 125.97 64.81 67.39 -
System Red Green Blue C M Y K H S L
Decimal 41 191 14 0.79 0 0.93 0.25 110.85 0.86 0.4
Hex 29 BF E 4F 0 5D 19 6F 56 28
Octal 51 277 16 117 0 135 31 157 126 50
Binary 101001 10111111 1110 1001111 0 1011101 11001 1101111 1010110 101000

Color Harmonies of #29BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BF0E

Black with #29BF0E

Text Example


Text Example

White with #29BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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