#42B229

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

Shades of Kelly Green #42B229

Tints of Kelly Green #42B229

Color information

#42B229 (or 0x42B229) is unknown color: approx Kelly Green. HEX triplet: 42, B2 and 29. RGB value is (66,178,41). Sum of RGB (Red+Green+Blue) = 66+178+41=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #42B229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B229 is #BD4DD6. Grayscale: #818181. Windows color (decimal): -12406231 or 2732610. OLE color: 2732610.

HSL color Cylindrical-coordinate representation of color #42B229: hue angle of 109.05º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42B229 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB6617841-
CMYK0.6300.770.30
HSL109.05º62.56%42.94%-
HSV(B)109.05º76.97%69.8%-
XYZ18.5733.167.52-
YUV128.8978.3983.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 178 (69.92% from 255) = 62.46%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=23.16%
G=62.46%
B=14.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66178410.6300.770.30109.0562.5642.94
Hex42B2293F04D1E6d3f2b
Octal10226251770115361557753
Binary10000101011001010100111111101001101111101101101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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