Html Css Color HEX #429128 La Palma

📋 copy color: '#429128'

red 66 ◦ green 145 ◦ blue 40

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

Shades of La Palma #429128

Tints of La Palma #429128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 26.29%
G = 57.77%
B = 15.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#429128 (or 0x429128) is known color: La Palma. HEX triplet: 42, 91 and 28. RGB value is (66,145,40). Sum of RGB (Red+Green+Blue) = 66+145+40=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #429128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429128 is #BD6ED7. Grayscale: #6D6D6D. Windows color (decimal): -12414680 or 2658626. OLE color: 2658626.

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

Color convert

RGB 66 145 40 -
CMYK 0.54 0 0.72 0.43
HSL 105.14º 0.57% 0.36% -
HSV(B) 105.14º 0.72% 0.57% -
XYZ 12.76 21.56 5.5 -
YUV 109.41 88.83 97.04 -
System Red Green Blue C M Y K H S L
Decimal 66 145 40 0.54 0 0.72 0.43 105.14 0.57 0.36
Hex 42 91 28 36 0 48 2B 69 39 24
Octal 102 221 50 66 0 110 53 151 71 44
Binary 1000010 10010001 101000 110110 0 1001000 101011 1101001 111001 100100

Color Harmonies of #429128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429128

Black with #429128

Text Example


Text Example

White with #429128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429128; }

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

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

background-color css

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

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

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

border-color css

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

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

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