#42B629

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

Shades of Kelly Green #42B629

Tints of Kelly Green #42B629

Color information

#42B629 (or 0x42B629) is unknown color: approx Kelly Green. HEX triplet: 42, B6 and 29. RGB value is (66,182,41). Sum of RGB (Red+Green+Blue) = 66+182+41=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #42B629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B629 is #BD49D6. Grayscale: #838383. Windows color (decimal): -12405207 or 2733634. OLE color: 2733634.

HSL color Cylindrical-coordinate representation of color #42B629: hue angle of 109.36º degrees, saturation: 0.63, 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 #42B629 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB6618241-
CMYK0.6400.770.29
HSL109.36º63.23%43.73%-
HSV(B)109.36º77.47%71.37%-
XYZ19.3734.777.79-
YUV131.2477.0781.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 182 (71.48% from 255) = 62.98%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=22.84%
G=62.98%
B=14.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66182410.6400.770.29109.3663.2343.73
Hex42B6294004D1D6d3f2c
Octal102266511000115351557754
Binary100001010110110101001100000001001101111011101101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,182,41); }

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

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

 a { background-color: rgb(66,182,41); }

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

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

 span { border-color: rgb(66,182,41); }

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