Html Css Color HEX #429000 La Palma

📋 copy color: '#429000'

red 66 ◦ green 144 ◦ blue 0

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

Shades of La Palma #429000

Tints of La Palma #429000

RGB

 RED value IS 66 (26.17% from 255) = 31.43%

 GREEN value IS 144 (56.64% from 255) = 68.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.43%
G = 68.57%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#429000 (or 0x429000) is known color: La Palma. HEX triplet: 42, 90 and 00. RGB value is (66,144,0). Sum of RGB (Red+Green+Blue) = 66+144+0=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 144 (56.64% from 255 or 68.57% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 144 - color contains mainly: green. Hex color #429000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429000 is #BD6FFF. Grayscale: #686868. Windows color (decimal): -12414976 or 36930. OLE color: 36930.

HSL color Cylindrical-coordinate representation of color #429000: hue angle of 92.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #429000 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 0 -
CMYK 0.54 0 1 0.44
HSL 92.5º 1% 0.28% -
HSV(B) 92.5º 1% 0.56% -
XYZ 12.22 21.1 3.43 -
YUV 104.26 69.16 100.71 -
System Red Green Blue C M Y K H S L
Decimal 66 144 0 0.54 0 1 0.44 92.5 1 0.28
Hex 42 90 0 36 0 64 2C 5C 64 1C
Octal 102 220 0 66 0 144 54 134 144 34
Binary 1000010 10010000 0 110110 0 1100100 101100 1011100 1100100 11100

Color Harmonies of #429000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429000

Black with #429000

Text Example


Text Example

White with #429000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429000; }

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

 H1.HeaderClassName
 {
   color: #429000;
 }
 .AnyTagClassName
 {
   color: #429000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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