#42B728

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

Shades of Kelly Green #42B728

Tints of Kelly Green #42B728

Color information

#42B728 (or 0x42B728) is unknown color: approx Kelly Green. HEX triplet: 42, B7 and 28. RGB value is (66,183,40). Sum of RGB (Red+Green+Blue) = 66+183+40=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #42B728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B728 is #BD48D7. Grayscale: #848484. Windows color (decimal): -12404952 or 2668354. OLE color: 2668354.

HSL color Cylindrical-coordinate representation of color #42B728: hue angle of 109.09º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42B728 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB6618340-
CMYK0.6400.780.28
HSL109.09º64.13%43.73%-
HSV(B)109.09º78.14%71.76%-
XYZ19.5635.187.77-
YUV131.7176.2481.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 183 (71.88% from 255) = 63.32%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=22.84%
G=63.32%
B=13.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66183400.6400.780.28109.0964.1343.73
Hex42B7284004E1C6d402c
Octal1022675010001163415510054
Binary1000010101101111010001000000010011101110011011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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