Html Css Color HEX #2DAA07 Kelly Green

📋 copy color: '#2DAA07'

red 45 ◦ green 170 ◦ blue 7

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

Shades of Kelly Green #2DAA07

Tints of Kelly Green #2DAA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.15%

R = 20.27%
G = 76.58%
B = 3.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#2DAA07 (or 0x2DAA07) is known color: Kelly Green. HEX triplet: 2D, AA and 07. RGB value is (45,170,7). Sum of RGB (Red+Green+Blue) = 45+170+7=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 170 (66.80% from 255 or 76.58% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA07 is #D255F8. Grayscale: #727272. Windows color (decimal): -13784569 or 502317. OLE color: 502317.

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

Color convert

RGB 45 170 7 -
CMYK 0.74 0 0.96 0.33
HSL 106.01º 0.92% 0.35% -
HSV(B) 106.01º 0.96% 0.67% -
XYZ 15.5 29.32 5.04 -
YUV 114.04 67.59 78.75 -
System Red Green Blue C M Y K H S L
Decimal 45 170 7 0.74 0 0.96 0.33 106.01 0.92 0.35
Hex 2D AA 7 4A 0 60 21 6A 5C 23
Octal 55 252 7 112 0 140 41 152 134 43
Binary 101101 10101010 111 1001010 0 1100000 100001 1101010 1011100 100011

Color Harmonies of #2DAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA07

Black with #2DAA07

Text Example


Text Example

White with #2DAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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