Html Css Color HEX #2DAC0F Kelly Green

📋 copy color: '#2DAC0F'

red 45 ◦ green 172 ◦ blue 15

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

Shades of Kelly Green #2DAC0F

Tints of Kelly Green #2DAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 19.4%
G = 74.14%
B = 6.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#2DAC0F (or 0x2DAC0F) is known color: Kelly Green. HEX triplet: 2D, AC and 0F. RGB value is (45,172,15). Sum of RGB (Red+Green+Blue) = 45+172+15=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 172 (67.58% from 255 or 74.14% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAC0F is #D253F0. Grayscale: #747474. Windows color (decimal): -13784049 or 1027117. OLE color: 1027117.

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

Color convert

RGB 45 172 15 -
CMYK 0.74 0 0.91 0.33
HSL 108.54º 0.84% 0.37% -
HSV(B) 108.54º 0.91% 0.67% -
XYZ 15.92 30.1 5.42 -
YUV 116.13 70.92 77.27 -
System Red Green Blue C M Y K H S L
Decimal 45 172 15 0.74 0 0.91 0.33 108.54 0.84 0.37
Hex 2D AC F 4A 0 5B 21 6D 54 25
Octal 55 254 17 112 0 133 41 155 124 45
Binary 101101 10101100 1111 1001010 0 1011011 100001 1101101 1010100 100101

Color Harmonies of #2DAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAC0F

Black with #2DAC0F

Text Example


Text Example

White with #2DAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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