#45B42A

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

Shades of Kelly Green #45B42A

Tints of Kelly Green #45B42A

Color information

#45B42A (or 0x45B42A) is unknown color: approx Kelly Green. HEX triplet: 45, B4 and 2A. RGB value is (69,180,42). Sum of RGB (Red+Green+Blue) = 69+180+42=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #45B42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B42A is #BA4BD5. Grayscale: #838383. Windows color (decimal): -12209110 or 2798661. OLE color: 2798661.

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

Color convert

RGB6918042-
CMYK0.6200.770.29
HSL108.26º62.16%43.53%-
HSV(B)108.26º76.67%70.59%-
XYZ19.1934.077.76-
YUV131.0877.7383.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 180 (70.70% from 255) = 61.86%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=23.71%
G=61.86%
B=14.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69180420.6200.770.29108.2662.1643.53
Hex45B42A3E04D1D6c3e2c
Octal10526452760115351547654
Binary10001011011010010101011111001001101111011101100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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