#429300

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

Shades of La Palma #429300

Tints of La Palma #429300

Color information

#429300 (or 0x429300) is unknown color: approx La Palma. HEX triplet: 42, 93 and 00. RGB value is (66,147,0). Sum of RGB (Red+Green+Blue) = 66+147+0=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #429300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429300 is #BD6CFF. Grayscale: #6A6A6A. Windows color (decimal): -12414208 or 37698. OLE color: 37698.

HSL color Cylindrical-coordinate representation of color #429300: hue angle of 93.06º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #429300 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB661470-
CMYK0.55010.42
HSL93.06º100%28.82%-
HSV(B)93.06º100%57.65%-
XYZ12.6822.033.58-
YUV106.0268.1699.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 147 (57.81% from 255) = 69.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.99%
G=69.01%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6614700.55010.4293.0610028.82
Hex42930370642A5d641d
Octal10222306701445213514435
Binary1000010100100110110111011001001010101011101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429300; }

 p { color: rgb(66,147,0); }

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

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

 a { background-color: rgb(66,147,0); }

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

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

 span { border-color: rgb(66,147,0); }

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