Html Css Color HEX #429205 La Palma

📋 copy color: '#429205'

red 66 ◦ green 146 ◦ blue 5

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

Shades of La Palma #429205

Tints of La Palma #429205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 30.41%
G = 67.28%
B = 2.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#429205 (or 0x429205) is known color: La Palma. HEX triplet: 42, 92 and 05. RGB value is (66,146,5). Sum of RGB (Red+Green+Blue) = 66+146+5=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #429205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429205 is #BD6DFA. Grayscale: #6A6A6A. Windows color (decimal): -12414459 or 365122. OLE color: 365122.

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

Color convert

RGB 66 146 5 -
CMYK 0.55 0 0.97 0.43
HSL 94.04º 0.93% 0.3% -
HSV(B) 94.04º 0.97% 0.57% -
XYZ 12.55 21.73 3.68 -
YUV 106.01 71 99.46 -
System Red Green Blue C M Y K H S L
Decimal 66 146 5 0.55 0 0.97 0.43 94.04 0.93 0.3
Hex 42 92 5 37 0 61 2B 5E 5D 1E
Octal 102 222 5 67 0 141 53 136 135 36
Binary 1000010 10010010 101 110111 0 1100001 101011 1011110 1011101 11110

Color Harmonies of #429205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429205

Black with #429205

Text Example


Text Example

White with #429205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429205; }

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

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

background-color css

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

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

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

border-color css

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

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

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