Html Css Color HEX #429401 La Palma

📋 copy color: '#429401'

red 66 ◦ green 148 ◦ blue 1

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

Shades of La Palma #429401

Tints of La Palma #429401

RGB

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

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

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

R = 30.7%
G = 68.84%
B = 0.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#429401 (or 0x429401) is known color: La Palma. HEX triplet: 42, 94 and 01. RGB value is (66,148,1). Sum of RGB (Red+Green+Blue) = 66+148+1=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #429401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429401 is #BD6BFE. Grayscale: #6B6B6B. Windows color (decimal): -12413951 or 103490. OLE color: 103490.

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

Color convert

RGB 66 148 1 -
CMYK 0.55 0 0.99 0.42
HSL 93.47º 0.99% 0.29% -
HSV(B) 93.47º 0.99% 0.58% -
XYZ 12.84 22.34 3.66 -
YUV 106.72 68.33 98.95 -
System Red Green Blue C M Y K H S L
Decimal 66 148 1 0.55 0 0.99 0.42 93.47 0.99 0.29
Hex 42 94 1 37 0 63 2A 5D 63 1D
Octal 102 224 1 67 0 143 52 135 143 35
Binary 1000010 10010100 1 110111 0 1100011 101010 1011101 1100011 11101

Color Harmonies of #429401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429401

Black with #429401

Text Example


Text Example

White with #429401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429401; }

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

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

background-color css

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

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

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

border-color css

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

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

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