#2DAF08

Color #2DAF08 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2DAF08

Tints of Kelly Green #2DAF08

Color information

#2DAF08 (or 0x2DAF08) is unknown color: approx Kelly Green. HEX triplet: 2D, AF and 08. RGB value is (45,175,8). Sum of RGB (Red+Green+Blue) = 45+175+8=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 175 (68.75% from 255 or 76.75% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAF08 is #D250F7. Grayscale: #757575. Windows color (decimal): -13783288 or 569133. OLE color: 569133.

HSL color Cylindrical-coordinate representation of color #2DAF08: hue angle of 106.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DAF08 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB451758-
CMYK0.7400.950.31
HSL106.71º91.26%35.88%-
HSV(B)106.71º95.43%68.63%-
XYZ16.4631.245.39-
YUV117.0966.4376.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.74%
GREEN value IS 175 (68.75% from 255) = 76.75%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=19.74%
G=76.75%
B=3.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4517580.7400.950.31106.7191.2635.88
Hex2DAF84A05F1F6b5b24
Octal552571011201373715313344
Binary1011011010111110001001010010111111111111010111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,175,8); }

 H1.HeaderClassName
 {
   color: #2DAF08;
 }
 .AnyTagClassName
 {
   color: #2DAF08;
 }
</style>
background-color css

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

 a { background-color: rgb(45,175,8); }

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

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

 span { border-color: rgb(45,175,8); }

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