Html Css Color HEX #2DAA0B Kelly Green

📋 copy color: '#2DAA0B'

red 45 ◦ green 170 ◦ blue 11

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

Shades of Kelly Green #2DAA0B

Tints of Kelly Green #2DAA0B

RGB

 RED value IS 45 (17.97% from 255) = 19.91%

 GREEN value IS 170 (66.8% from 255) = 75.22%

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

R = 19.91%
G = 75.22%
B = 4.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#2DAA0B (or 0x2DAA0B) is known color: Kelly Green. HEX triplet: 2D, AA and 0B. RGB value is (45,170,11). Sum of RGB (Red+Green+Blue) = 45+170+11=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA0B is #D255F4. Grayscale: #737373. Windows color (decimal): -13784565 or 764461. OLE color: 764461.

HSL color Cylindrical-coordinate representation of color #2DAA0B: hue angle of 107.17º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DAA0B is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 170 11 -
CMYK 0.74 0 0.94 0.33
HSL 107.17º 0.88% 0.35% -
HSV(B) 107.17º 0.94% 0.67% -
XYZ 15.52 29.33 5.16 -
YUV 114.5 69.59 78.43 -
System Red Green Blue C M Y K H S L
Decimal 45 170 11 0.74 0 0.94 0.33 107.17 0.88 0.35
Hex 2D AA B 4A 0 5E 21 6B 58 23
Octal 55 252 13 112 0 136 41 153 130 43
Binary 101101 10101010 1011 1001010 0 1011110 100001 1101011 1011000 100011

Color Harmonies of #2DAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA0B

Black with #2DAA0B

Text Example


Text Example

White with #2DAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DAA0B; }

 p { color: rgb(45,170,11); }

 H1.HeaderClassName
 {
   color: #2DAA0B;
 }
 .AnyTagClassName
 {
   color: #2DAA0B;
 }
</style>

background-color css

<style>
 a { background-color: #2DAA0B; }

 a { background-color: rgb(45,170,11); }

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

border-color css

<style>
 span { border-color: #2DAA0B; }

 span { border-color: rgb(45,170,11); }

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