Html Css Color HEX #429601 La Palma

📋 copy color: '#429601'

red 66 ◦ green 150 ◦ blue 1

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

Shades of La Palma #429601

Tints of La Palma #429601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 69.12%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 30.41%
G = 69.12%
B = 0.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#429601 (or 0x429601) is known color: La Palma. HEX triplet: 42, 96 and 01. RGB value is (66,150,1). Sum of RGB (Red+Green+Blue) = 66+150+1=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #429601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429601 is #BD69FE. Grayscale: #6C6C6C. Windows color (decimal): -12413439 or 104002. OLE color: 104002.

HSL color Cylindrical-coordinate representation of color #429601: hue angle of 93.83º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #429601 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 1 -
CMYK 0.56 0 0.99 0.41
HSL 93.83º 0.99% 0.3% -
HSV(B) 93.83º 0.99% 0.59% -
XYZ 13.16 22.97 3.77 -
YUV 107.9 67.67 98.12 -
System Red Green Blue C M Y K H S L
Decimal 66 150 1 0.56 0 0.99 0.41 93.83 0.99 0.3
Hex 42 96 1 38 0 63 29 5E 63 1E
Octal 102 226 1 70 0 143 51 136 143 36
Binary 1000010 10010110 1 111000 0 1100011 101001 1011110 1100011 11110

Color Harmonies of #429601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429601

Black with #429601

Text Example


Text Example

White with #429601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429601; }

 p { color: rgb(66,150,1); }

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

background-color css

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

 a { background-color: rgb(66,150,1); }

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

border-color css

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

 span { border-color: rgb(66,150,1); }

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