Html Css Color HEX #429428 La Palma

📋 copy color: '#429428'

red 66 ◦ green 148 ◦ blue 40

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

Shades of La Palma #429428

Tints of La Palma #429428

RGB

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

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

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

R = 25.98%
G = 58.27%
B = 15.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#429428 (or 0x429428) is known color: La Palma. HEX triplet: 42, 94 and 28. RGB value is (66,148,40). Sum of RGB (Red+Green+Blue) = 66+148+40=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #429428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429428 is #BD6BD7. Grayscale: #6F6F6F. Windows color (decimal): -12413912 or 2659394. OLE color: 2659394.

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

Color convert

RGB 66 148 40 -
CMYK 0.55 0 0.73 0.42
HSL 105.56º 0.57% 0.37% -
HSV(B) 105.56º 0.73% 0.58% -
XYZ 13.22 22.49 5.65 -
YUV 111.17 87.83 95.78 -
System Red Green Blue C M Y K H S L
Decimal 66 148 40 0.55 0 0.73 0.42 105.56 0.57 0.37
Hex 42 94 28 37 0 49 2A 6A 39 25
Octal 102 224 50 67 0 111 52 152 71 45
Binary 1000010 10010100 101000 110111 0 1001001 101010 1101010 111001 100101

Color Harmonies of #429428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429428

Black with #429428

Text Example


Text Example

White with #429428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429428; }

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

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

background-color css

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

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

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

border-color css

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

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

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