#44AF2D

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

Shades of Kelly Green #44AF2D

Tints of Kelly Green #44AF2D

Color information

#44AF2D (or 0x44AF2D) is unknown color: approx Kelly Green. HEX triplet: 44, AF and 2D. RGB value is (68,175,45). Sum of RGB (Red+Green+Blue) = 68+175+45=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AF2D is #BB50D2. Grayscale: #808080. Windows color (decimal): -12275923 or 2993988. OLE color: 2993988.

HSL color Cylindrical-coordinate representation of color #44AF2D: hue angle of 109.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44AF2D is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB6817545-
CMYK0.6100.740.31
HSL109.38º59.09%43.14%-
HSV(B)109.38º74.29%68.63%-
XYZ18.1932.087.72-
YUV128.1981.0585.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 175 (68.75% from 255) = 60.76%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=23.61%
G=60.76%
B=15.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68175450.6100.740.31109.3859.0943.14
Hex44AF2D3D04A1F6d3b2b
Octal10425755750112371557353
Binary10001001010111110110111110101001010111111101101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44AF2D; }

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

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

<style>
 a { background-color: #44AF2D; }

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

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

<style>
 span { border-color: #44AF2D; }

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

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