#2DAB0E

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

Shades of Kelly Green #2DAB0E

Tints of Kelly Green #2DAB0E

Color information

#2DAB0E (or 0x2DAB0E) is unknown color: approx Kelly Green. HEX triplet: 2D, AB and 0E. RGB value is (45,171,14). Sum of RGB (Red+Green+Blue) = 45+171+14=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 171 (67.19% from 255 or 74.35% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAB0E is #D254F1. Grayscale: #737373. Windows color (decimal): -13784306 or 961325. OLE color: 961325.

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

Color convert

RGB4517114-
CMYK0.7400.920.33
HSL108.15º84.86%36.27%-
HSV(B)108.15º91.81%67.06%-
XYZ15.7229.725.32-
YUV115.4370.7677.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.57%
GREEN value IS 171 (67.19% from 255) = 74.35%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=19.57%
G=74.35%
B=6.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45171140.7400.920.33108.1584.8636.27
Hex2DABE4A05C216c5524
Octal552531611201344115412544
Binary10110110101011111010010100101110010000111011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,171,14); }

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

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

 a { background-color: rgb(45,171,14); }

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

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

 span { border-color: rgb(45,171,14); }

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