Html Css Color HEX #429210 La Palma

📋 copy color: '#429210'

red 66 ◦ green 146 ◦ blue 16

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

Shades of La Palma #429210

Tints of La Palma #429210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.04%

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 28.95%
G = 64.04%
B = 7.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#429210 (or 0x429210) is known color: La Palma. HEX triplet: 42, 92 and 10. RGB value is (66,146,16). Sum of RGB (Red+Green+Blue) = 66+146+16=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #429210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429210 is #BD6DEF. Grayscale: #6B6B6B. Windows color (decimal): -12414448 or 1086018. OLE color: 1086018.

HSL color Cylindrical-coordinate representation of color #429210: hue angle of 96.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #429210 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 16 -
CMYK 0.55 0 0.89 0.43
HSL 96.92º 0.8% 0.32% -
HSV(B) 96.92º 0.89% 0.57% -
XYZ 12.62 21.75 4.02 -
YUV 107.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 66 146 16 0.55 0 0.89 0.43 96.92 0.8 0.32
Hex 42 92 10 37 0 59 2B 61 50 20
Octal 102 222 20 67 0 131 53 141 120 40
Binary 1000010 10010010 10000 110111 0 1011001 101011 1100001 1010000 100000

Color Harmonies of #429210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429210

Black with #429210

Text Example


Text Example

White with #429210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429210; }

 p { color: rgb(66,146,16); }

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

background-color css

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

 a { background-color: rgb(66,146,16); }

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

border-color css

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

 span { border-color: rgb(66,146,16); }

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