Html Css Color HEX #429412 La Palma

📋 copy color: '#429412'

red 66 ◦ green 148 ◦ blue 18

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

Shades of La Palma #429412

Tints of La Palma #429412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.79%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 28.45%
G = 63.79%
B = 7.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#429412 (or 0x429412) is known color: La Palma. HEX triplet: 42, 94 and 12. RGB value is (66,148,18). Sum of RGB (Red+Green+Blue) = 66+148+18=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #429412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429412 is #BD6BED. Grayscale: #6D6D6D. Windows color (decimal): -12413934 or 1217602. OLE color: 1217602.

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

Color convert

RGB 66 148 18 -
CMYK 0.55 0 0.88 0.42
HSL 97.85º 0.78% 0.33% -
HSV(B) 97.85º 0.88% 0.58% -
XYZ 12.95 22.38 4.21 -
YUV 108.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 66 148 18 0.55 0 0.88 0.42 97.85 0.78 0.33
Hex 42 94 12 37 0 58 2A 62 4E 21
Octal 102 224 22 67 0 130 52 142 116 41
Binary 1000010 10010100 10010 110111 0 1011000 101010 1100010 1001110 100001

Color Harmonies of #429412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429412

Black with #429412

Text Example


Text Example

White with #429412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429412; }

 p { color: rgb(66,148,18); }

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

background-color css

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

 a { background-color: rgb(66,148,18); }

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

border-color css

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

 span { border-color: rgb(66,148,18); }

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