#429B0D

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

Shades of La Palma #429B0D

Tints of La Palma #429B0D

Color information

#429B0D (or 0x429B0D) is unknown color: approx La Palma. HEX triplet: 42, 9B and 0D. RGB value is (66,155,13). Sum of RGB (Red+Green+Blue) = 66+155+13=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #429B0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B0D is #BD64F2. Grayscale: #707070. Windows color (decimal): -12412147 or 891714. OLE color: 891714.

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

Color convert

RGB6615513-
CMYK0.5700.920.39
HSL97.61º84.52%32.94%-
HSV(B)97.61º91.61%60.78%-
XYZ14.0424.634.39-
YUV112.272.0195.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 155 (60.94% from 255) = 66.24%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=28.21%
G=66.24%
B=5.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66155130.5700.920.3997.6184.5232.94
Hex429BD3905C27625521
Octal102233157101344714212541
Binary10000101001101111011110010101110010011111000101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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