Html Css Color HEX #2DA307 Kelly Green

📋 copy color: '#2DA307'

red 45 ◦ green 163 ◦ blue 7

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

Shades of Kelly Green #2DA307

Tints of Kelly Green #2DA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 75.81%

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

R = 20.93%
G = 75.81%
B = 3.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#2DA307 (or 0x2DA307) is known color: Kelly Green. HEX triplet: 2D, A3 and 07. RGB value is (45,163,7). Sum of RGB (Red+Green+Blue) = 45+163+7=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 163 (64.06% from 255 or 75.81% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA307 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA307 is #D25CF8. Grayscale: #6E6E6E. Windows color (decimal): -13786361 or 500525. OLE color: 500525.

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

Color convert

RGB 45 163 7 -
CMYK 0.72 0 0.96 0.36
HSL 105.38º 0.92% 0.33% -
HSV(B) 105.38º 0.96% 0.64% -
XYZ 14.22 26.77 4.62 -
YUV 109.93 69.91 81.68 -
System Red Green Blue C M Y K H S L
Decimal 45 163 7 0.72 0 0.96 0.36 105.38 0.92 0.33
Hex 2D A3 7 48 0 60 24 69 5C 21
Octal 55 243 7 110 0 140 44 151 134 41
Binary 101101 10100011 111 1001000 0 1100000 100100 1101001 1011100 100001

Color Harmonies of #2DA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA307

Black with #2DA307

Text Example


Text Example

White with #2DA307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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