#42a82b

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

Shades of Kelly Green #42A82B

Tints of Kelly Green #42A82B

Color information

#42A82B (or 0x42A82B) is unknown color: approx Kelly Green. HEX triplet: 42, A8 and 2B. RGB value is (66,168,43). Sum of RGB (Red+Green+Blue) = 66+168+43=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 168 (66.02% from 255 or 60.65% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 168 - color contains mainly: green. Hex color #42A82B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A82B is #BD57D4. Grayscale: #7B7B7B. Windows color (decimal): -12408789 or 2861122. OLE color: 2861122.

HSL color Cylindrical-coordinate representation of color #42A82B: hue angle of 108.96º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A82B is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB6616843-
CMYK0.6100.740.34
HSL108.96º59.24%41.37%-
HSV(B)108.96º74.4%65.88%-
XYZ16.6929.347.07-
YUV123.2582.7187.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 168 (66.02% from 255) = 60.65%
BLUE value IS 43 (17.19% from 255) = 15.52%
R=23.83%
G=60.65%
B=15.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal66168430.6100.740.34108.9659.2441.37
Hex42A82B3D04A226d3b29
Octal10225053750112421557351
Binary100001010101000101011111101010010101000101101101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42a82b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42a82b; }

 p { color: rgb(66,168,43); }

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

<style>
 a { background-color: #42a82b; }

 a { background-color: rgb(66,168,43); }

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

<style>
 span { border-color: #42a82b; }

 span { border-color: rgb(66,168,43); }

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