#45B42D

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

Shades of Kelly Green #45B42D

Tints of Kelly Green #45B42D

Color information

#45B42D (or 0x45B42D) is unknown color: approx Kelly Green. HEX triplet: 45, B4 and 2D. RGB value is (69,180,45). Sum of RGB (Red+Green+Blue) = 69+180+45=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #45B42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B42D is #BA4BD2. Grayscale: #838383. Windows color (decimal): -12209107 or 2995269. OLE color: 2995269.

HSL color Cylindrical-coordinate representation of color #45B42D: hue angle of 109.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45B42D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB6918045-
CMYK0.6200.750.29
HSL109.33º60%44.12%-
HSV(B)109.33º75%70.59%-
XYZ19.2534.18.05-
YUV131.4279.2383.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 180 (70.70% from 255) = 61.22%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=23.47%
G=61.22%
B=15.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69180450.6200.750.29109.336044.12
Hex45B42D3E04B1D6d3c2c
Octal10526455760113351557454
Binary10001011011010010110111111001001011111011101101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,180,45); }

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

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

 a { background-color: rgb(69,180,45); }

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

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

 span { border-color: rgb(69,180,45); }

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