Html Css Color HEX #429005 La Palma

📋 copy color: '#429005'

red 66 ◦ green 144 ◦ blue 5

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

Shades of La Palma #429005

Tints of La Palma #429005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 66.98%

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

R = 30.7%
G = 66.98%
B = 2.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#429005 (or 0x429005) is known color: La Palma. HEX triplet: 42, 90 and 05. RGB value is (66,144,5). Sum of RGB (Red+Green+Blue) = 66+144+5=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #429005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429005 is #BD6FFA. Grayscale: #696969. Windows color (decimal): -12414971 or 364610. OLE color: 364610.

HSL color Cylindrical-coordinate representation of color #429005: hue angle of 93.67º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #429005 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 5 -
CMYK 0.54 0 0.97 0.44
HSL 93.67º 0.93% 0.29% -
HSV(B) 93.67º 0.97% 0.56% -
XYZ 12.25 21.12 3.57 -
YUV 104.83 71.66 100.3 -
System Red Green Blue C M Y K H S L
Decimal 66 144 5 0.54 0 0.97 0.44 93.67 0.93 0.29
Hex 42 90 5 36 0 61 2C 5E 5D 1D
Octal 102 220 5 66 0 141 54 136 135 35
Binary 1000010 10010000 101 110110 0 1100001 101100 1011110 1011101 11101

Color Harmonies of #429005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429005

Black with #429005

Text Example


Text Example

White with #429005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429005; }

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

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

background-color css

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

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

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

border-color css

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

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

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