Html Css Color HEX #429500 La Palma

📋 copy color: '#429500'

red 66 ◦ green 149 ◦ blue 0

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

Shades of La Palma #429500

Tints of La Palma #429500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 69.3%

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

R = 30.7%
G = 69.3%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#429500 (or 0x429500) is known color: La Palma. HEX triplet: 42, 95 and 00. RGB value is (66,149,0). Sum of RGB (Red+Green+Blue) = 66+149+0=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #429500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429500 is #BD6AFF. Grayscale: #6B6B6B. Windows color (decimal): -12413696 or 38210. OLE color: 38210.

HSL color Cylindrical-coordinate representation of color #429500: hue angle of 93.42º 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 #429500 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 0 -
CMYK 0.56 0 1 0.42
HSL 93.42º 1% 0.29% -
HSV(B) 93.42º 1% 0.58% -
XYZ 12.99 22.65 3.69 -
YUV 107.2 67.5 98.62 -
System Red Green Blue C M Y K H S L
Decimal 66 149 0 0.56 0 1 0.42 93.42 1 0.29
Hex 42 95 0 38 0 64 2A 5D 64 1D
Octal 102 225 0 70 0 144 52 135 144 35
Binary 1000010 10010101 0 111000 0 1100100 101010 1011101 1100100 11101

Color Harmonies of #429500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429500

Black with #429500

Text Example


Text Example

White with #429500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429500; }

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

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

background-color css

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

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

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

border-color css

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

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

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