#2CAE0D

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

Shades of Kelly Green #2CAE0D

Tints of Kelly Green #2CAE0D

Color information

#2CAE0D (or 0x2CAE0D) is unknown color: approx Kelly Green. HEX triplet: 2C, AE and 0D. RGB value is (44,174,13). Sum of RGB (Red+Green+Blue) = 44+174+13=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 174 (68.36% from 255 or 75.32% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAE0D is #D351F2. Grayscale: #757575. Windows color (decimal): -13849075 or 896556. OLE color: 896556.

HSL color Cylindrical-coordinate representation of color #2CAE0D: hue angle of 108.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CAE0D is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB4417413-
CMYK0.7500.930.32
HSL108.45º86.1%36.67%-
HSV(B)108.45º92.53%68.24%-
XYZ16.2530.845.48-
YUV116.7869.4376.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 174 (68.36% from 255) = 75.32%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=19.05%
G=75.32%
B=5.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44174130.7500.930.32108.4586.136.67
Hex2CAED4B05D206c5625
Octal542561511301354015412645
Binary10110010101110110110010110101110110000011011001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,174,13); }

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

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

 a { background-color: rgb(44,174,13); }

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

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

 span { border-color: rgb(44,174,13); }

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