#44BA28

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

Shades of Kelly Green #44BA28

Tints of Kelly Green #44BA28

Color information

#44BA28 (or 0x44BA28) is unknown color: approx Kelly Green. HEX triplet: 44, BA and 28. RGB value is (68,186,40). Sum of RGB (Red+Green+Blue) = 68+186+40=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA28 is #BB45D7. Grayscale: #868686. Windows color (decimal): -12273112 or 2669124. OLE color: 2669124.

HSL color Cylindrical-coordinate representation of color #44BA28: hue angle of 108.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44BA28 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB6818640-
CMYK0.6300.780.27
HSL108.49º64.6%44.31%-
HSV(B)108.49º78.49%72.94%-
XYZ20.3336.57.98-
YUV134.0774.9180.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=23.13%
G=63.27%
B=13.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68186400.6300.780.27108.4964.644.31
Hex44BA283F04E1B6c412c
Octal104272507701163315410154
Binary100010010111010101000111111010011101101111011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,186,40); }

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

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

 a { background-color: rgb(68,186,40); }

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

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

 span { border-color: rgb(68,186,40); }

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