#42A226

Color #42A226 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #42A226

Tints of La Palma #42A226

Color information

#42A226 (or 0x42A226) is unknown color: approx La Palma. HEX triplet: 42, A2 and 26. RGB value is (66,162,38). Sum of RGB (Red+Green+Blue) = 66+162+38=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #42A226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A226 is #BD5DD9. Grayscale: #777777. Windows color (decimal): -12410330 or 2531906. OLE color: 2531906.

HSL color Cylindrical-coordinate representation of color #42A226: hue angle of 106.45º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42A226 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB6616238-
CMYK0.5900.770.36
HSL106.45º62%39.22%-
HSV(B)106.45º76.54%63.53%-
XYZ15.5227.146.25-
YUV119.1682.290.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 162 (63.67% from 255) = 60.90%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=24.81%
G=60.90%
B=14.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162380.5900.770.36106.456239.22
Hex42A2263B04D246a3e27
Octal10224246730115441527647
Binary100001010100010100110111011010011011001001101010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,162,38); }

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

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

 a { background-color: rgb(66,162,38); }

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

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

 span { border-color: rgb(66,162,38); }

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