#429B25

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

Shades of La Palma #429B25

Tints of La Palma #429B25

Color information

#429B25 (or 0x429B25) is unknown color: approx La Palma. HEX triplet: 42, 9B and 25. RGB value is (66,155,37). Sum of RGB (Red+Green+Blue) = 66+155+37=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #429B25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B25 is #BD64DA. Grayscale: #737373. Windows color (decimal): -12412123 or 2464578. OLE color: 2464578.

HSL color Cylindrical-coordinate representation of color #429B25: hue angle of 105.25º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #429B25 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB6615537-
CMYK0.5700.760.39
HSL105.25º61.46%37.65%-
HSV(B)105.25º76.13%60.78%-
XYZ14.324.735.77-
YUV114.9484.0193.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 155 (60.94% from 255) = 60.08%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=25.58%
G=60.08%
B=14.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66155370.5700.760.39105.2561.4637.65
Hex429B253904C27693d26
Octal10223345710114471517546
Binary100001010011011100101111001010011001001111101001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429B25; }

 p { color: rgb(66,155,37); }

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

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

 a { background-color: rgb(66,155,37); }

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

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

 span { border-color: rgb(66,155,37); }

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