Html Css Color HEX #429121 La Palma

📋 copy color: '#429121'

red 66 ◦ green 145 ◦ blue 33

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

Shades of La Palma #429121

Tints of La Palma #429121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 27.05%
G = 59.43%
B = 13.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#429121 (or 0x429121) is known color: La Palma. HEX triplet: 42, 91 and 21. RGB value is (66,145,33). Sum of RGB (Red+Green+Blue) = 66+145+33=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #429121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429121 is #BD6EDE. Grayscale: #6C6C6C. Windows color (decimal): -12414687 or 2199874. OLE color: 2199874.

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

Color convert

RGB 66 145 33 -
CMYK 0.54 0 0.77 0.43
HSL 102.32º 0.63% 0.35% -
HSV(B) 102.32º 0.77% 0.57% -
XYZ 12.65 21.52 4.93 -
YUV 108.61 85.33 97.61 -
System Red Green Blue C M Y K H S L
Decimal 66 145 33 0.54 0 0.77 0.43 102.32 0.63 0.35
Hex 42 91 21 36 0 4D 2B 66 3F 23
Octal 102 221 41 66 0 115 53 146 77 43
Binary 1000010 10010001 100001 110110 0 1001101 101011 1100110 111111 100011

Color Harmonies of #429121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429121

Black with #429121

Text Example


Text Example

White with #429121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429121; }

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

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

background-color css

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

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

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

border-color css

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

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

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