Html Css Color HEX #2DAC13 Kelly Green

📋 copy color: '#2DAC13'

red 45 ◦ green 172 ◦ blue 19

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

Shades of Kelly Green #2DAC13

Tints of Kelly Green #2DAC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 72.88%

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 19.07%
G = 72.88%
B = 8.05%

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

#2DAC13 (or 0x2DAC13) is known color: Kelly Green. HEX triplet: 2D, AC and 13. RGB value is (45,172,19). Sum of RGB (Red+Green+Blue) = 45+172+19=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAC13 is #D253EC. Grayscale: #757575. Windows color (decimal): -13784045 or 1289261. OLE color: 1289261.

HSL color Cylindrical-coordinate representation of color #2DAC13: hue angle of 109.8º degrees, saturation: 0.8, 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 #2DAC13 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 172 19 -
CMYK 0.74 0 0.89 0.33
HSL 109.8º 0.8% 0.37% -
HSV(B) 109.8º 0.89% 0.67% -
XYZ 15.95 30.11 5.59 -
YUV 116.59 72.92 76.94 -
System Red Green Blue C M Y K H S L
Decimal 45 172 19 0.74 0 0.89 0.33 109.8 0.8 0.37
Hex 2D AC 13 4A 0 59 21 6E 50 25
Octal 55 254 23 112 0 131 41 156 120 45
Binary 101101 10101100 10011 1001010 0 1011001 100001 1101110 1010000 100101

Color Harmonies of #2DAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAC13

Black with #2DAC13

Text Example


Text Example

White with #2DAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,172,19); }

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

background-color css

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

 a { background-color: rgb(45,172,19); }

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

border-color css

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

 span { border-color: rgb(45,172,19); }

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