Html Css Color HEX #429300 La Palma

📋 copy color: '#429300'

red 66 ◦ green 147 ◦ blue 0

#429300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #429300

Tints of La Palma #429300

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 value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#429300 (or 0x429300) is known color: 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

RGB 66 147 0 -
CMYK 0.55 0 1 0.42
HSL 93.06º 1% 0.29% -
HSV(B) 93.06º 1% 0.58% -
XYZ 12.68 22.03 3.58 -
YUV 106.02 68.16 99.45 -
System Red Green Blue C M Y K H S L
Decimal 66 147 0 0.55 0 1 0.42 93.06 1 0.29
Hex 42 93 0 37 0 64 2A 5D 64 1D
Octal 102 223 0 67 0 144 52 135 144 35
Binary 1000010 10010011 0 110111 0 1100100 101010 1011101 1100100 11101

Color Harmonies of #429300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429300

Black with #429300

Text Example


Text Example

White with #429300

Text Example


Text Example

HTML Codes & Css Web 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>