#42AF28

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

Shades of Kelly Green #42AF28

Tints of Kelly Green #42AF28

Color information

#42AF28 (or 0x42AF28) is unknown color: approx Kelly Green. HEX triplet: 42, AF and 28. RGB value is (66,175,40). Sum of RGB (Red+Green+Blue) = 66+175+40=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF28 is #BD50D7. Grayscale: #7F7F7F. Windows color (decimal): -12407000 or 2666306. OLE color: 2666306.

HSL color Cylindrical-coordinate representation of color #42AF28: hue angle of 108.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42AF28 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB6617540-
CMYK0.6200.770.31
HSL108.44º62.79%42.16%-
HSV(B)108.44º77.14%68.63%-
XYZ17.9631.977.23-
YUV127.0278.8984.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 175 (68.75% from 255) = 62.28%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=23.49%
G=62.28%
B=14.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66175400.6200.770.31108.4462.7942.16
Hex42AF283E04D1F6c3f2a
Octal10225750760115371547752
Binary10000101010111110100011111001001101111111101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,175,40); }

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

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

 a { background-color: rgb(66,175,40); }

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

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

 span { border-color: rgb(66,175,40); }

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