Html Css Color HEX #429420 La Palma

📋 copy color: '#429420'

red 66 ◦ green 148 ◦ blue 32

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

Shades of La Palma #429420

Tints of La Palma #429420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 26.83%
G = 60.16%
B = 13.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#429420 (or 0x429420) is known color: La Palma. HEX triplet: 42, 94 and 20. RGB value is (66,148,32). Sum of RGB (Red+Green+Blue) = 66+148+32=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #429420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429420 is #BD6BDF. Grayscale: #6E6E6E. Windows color (decimal): -12413920 or 2135106. OLE color: 2135106.

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

Color convert

RGB 66 148 32 -
CMYK 0.55 0 0.78 0.42
HSL 102.41º 0.64% 0.35% -
HSV(B) 102.41º 0.78% 0.58% -
XYZ 13.1 22.44 5.01 -
YUV 110.26 83.83 96.43 -
System Red Green Blue C M Y K H S L
Decimal 66 148 32 0.55 0 0.78 0.42 102.41 0.64 0.35
Hex 42 94 20 37 0 4E 2A 66 40 23
Octal 102 224 40 67 0 116 52 146 100 43
Binary 1000010 10010100 100000 110111 0 1001110 101010 1100110 1000000 100011

Color Harmonies of #429420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429420

Black with #429420

Text Example


Text Example

White with #429420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429420; }

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

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

background-color css

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

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

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

border-color css

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

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

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