#429808

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

Shades of La Palma #429808

Tints of La Palma #429808

Color information

#429808 (or 0x429808) is unknown color: approx La Palma. HEX triplet: 42, 98 and 08. RGB value is (66,152,8). Sum of RGB (Red+Green+Blue) = 66+152+8=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 152 (59.77% from 255 or 67.26% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 152 - color contains mainly: green. Hex color #429808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429808 is #BD67F7. Grayscale: #6E6E6E. Windows color (decimal): -12412920 or 563266. OLE color: 563266.

HSL color Cylindrical-coordinate representation of color #429808: hue angle of 95.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #429808 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB661528-
CMYK0.5700.950.40
HSL95.83º90%31.37%-
HSV(B)95.83º94.74%59.61%-
XYZ13.5223.634.08-
YUV109.8770.5196.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 152 (59.77% from 255) = 67.26%
BLUE value IS 8 (3.52% from 255) = 3.54%
R=29.20%
G=67.26%
B=3.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6615280.5700.950.4095.839031.37
Hex429883905F28605a1f
Octal102230107101375014013237
Binary1000010100110001000111001010111111010001100000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429808; }

 p { color: rgb(66,152,8); }

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

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

 a { background-color: rgb(66,152,8); }

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

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

 span { border-color: rgb(66,152,8); }

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