#45B928

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

Shades of Kelly Green #45B928

Tints of Kelly Green #45B928

Color information

#45B928 (or 0x45B928) is unknown color: approx Kelly Green. HEX triplet: 45, B9 and 28. RGB value is (69,185,40). Sum of RGB (Red+Green+Blue) = 69+185+40=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 185 (72.66% from 255 or 62.93% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 185 - color contains mainly: green. Hex color #45B928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B928 is #BA46D7. Grayscale: #868686. Windows color (decimal): -12207832 or 2668869. OLE color: 2668869.

HSL color Cylindrical-coordinate representation of color #45B928: hue angle of 108º degrees, saturation: 0.64, 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 #45B928 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB6918540-
CMYK0.6300.780.27
HSL108º64.44%44.12%-
HSV(B)108º78.38%72.55%-
XYZ20.1936.127.91-
YUV133.7975.0781.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 185 (72.66% from 255) = 62.93%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=23.47%
G=62.93%
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
Decimal69185400.6300.780.2710864.4444.12
Hex45B9283F04E1B6c402c
Octal105271507701163315410054
Binary100010110111001101000111111010011101101111011001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45B928; }

 p { color: rgb(69,185,40); }

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

<style>
 a { background-color: #45B928; }

 a { background-color: rgb(69,185,40); }

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

<style>
 span { border-color: #45B928; }

 span { border-color: rgb(69,185,40); }

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