Html Css Color HEX #429116 La Palma

📋 copy color: '#429116'

red 66 ◦ green 145 ◦ blue 22

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

Shades of La Palma #429116

Tints of La Palma #429116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 62.23%

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 28.33%
G = 62.23%
B = 9.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#429116 (or 0x429116) is known color: La Palma. HEX triplet: 42, 91 and 16. RGB value is (66,145,22). Sum of RGB (Red+Green+Blue) = 66+145+22=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #429116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429116 is #BD6EE9. Grayscale: #6B6B6B. Windows color (decimal): -12414698 or 1478978. OLE color: 1478978.

HSL color Cylindrical-coordinate representation of color #429116: hue angle of 98.54º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #429116 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 22 -
CMYK 0.54 0 0.85 0.43
HSL 98.54º 0.74% 0.33% -
HSV(B) 98.54º 0.85% 0.57% -
XYZ 12.52 21.47 4.24 -
YUV 107.36 79.83 98.5 -
System Red Green Blue C M Y K H S L
Decimal 66 145 22 0.54 0 0.85 0.43 98.54 0.74 0.33
Hex 42 91 16 36 0 55 2B 63 4A 21
Octal 102 221 26 66 0 125 53 143 112 41
Binary 1000010 10010001 10110 110110 0 1010101 101011 1100011 1001010 100001

Color Harmonies of #429116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429116

Black with #429116

Text Example


Text Example

White with #429116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429116; }

 p { color: rgb(66,145,22); }

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

background-color css

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

 a { background-color: rgb(66,145,22); }

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

border-color css

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

 span { border-color: rgb(66,145,22); }

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