Html Css Color HEX #2DAA12 Kelly Green

📋 copy color: '#2DAA12'

red 45 ◦ green 170 ◦ blue 18

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

Shades of Kelly Green #2DAA12

Tints of Kelly Green #2DAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 19.31%
G = 72.96%
B = 7.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#2DAA12 (or 0x2DAA12) is known color: Kelly Green. HEX triplet: 2D, AA and 12. RGB value is (45,170,18). Sum of RGB (Red+Green+Blue) = 45+170+18=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA12 is #D255ED. Grayscale: #737373. Windows color (decimal): -13784558 or 1223213. OLE color: 1223213.

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

Color convert

RGB 45 170 18 -
CMYK 0.74 0 0.89 0.33
HSL 109.34º 0.81% 0.37% -
HSV(B) 109.34º 0.89% 0.67% -
XYZ 15.57 29.35 5.42 -
YUV 115.3 73.09 77.86 -
System Red Green Blue C M Y K H S L
Decimal 45 170 18 0.74 0 0.89 0.33 109.34 0.81 0.37
Hex 2D AA 12 4A 0 59 21 6D 51 25
Octal 55 252 22 112 0 131 41 155 121 45
Binary 101101 10101010 10010 1001010 0 1011001 100001 1101101 1010001 100101

Color Harmonies of #2DAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA12

Black with #2DAA12

Text Example


Text Example

White with #2DAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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