Html Css Color HEX #429101 La Palma

📋 copy color: '#429101'

red 66 ◦ green 145 ◦ blue 1

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

Shades of La Palma #429101

Tints of La Palma #429101

RGB

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

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

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

R = 31.13%
G = 68.4%
B = 0.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#429101 (or 0x429101) is known color: La Palma. HEX triplet: 42, 91 and 01. RGB value is (66,145,1). Sum of RGB (Red+Green+Blue) = 66+145+1=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #429101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429101 is #BD6EFE. Grayscale: #696969. Windows color (decimal): -12414719 or 102722. OLE color: 102722.

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

Color convert

RGB 66 145 1 -
CMYK 0.54 0 0.99 0.43
HSL 92.92º 0.99% 0.29% -
HSV(B) 92.92º 0.99% 0.57% -
XYZ 12.38 21.41 3.51 -
YUV 104.96 69.33 100.21 -
System Red Green Blue C M Y K H S L
Decimal 66 145 1 0.54 0 0.99 0.43 92.92 0.99 0.29
Hex 42 91 1 36 0 63 2B 5D 63 1D
Octal 102 221 1 66 0 143 53 135 143 35
Binary 1000010 10010001 1 110110 0 1100011 101011 1011101 1100011 11101

Color Harmonies of #429101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429101

Black with #429101

Text Example


Text Example

White with #429101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429101; }

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

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

background-color css

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

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

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

border-color css

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

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

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