Html Css Color HEX #428E28 La Palma

📋 copy color: '#428E28'

red 66 ◦ green 142 ◦ blue 40

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

Shades of La Palma #428E28

Tints of La Palma #428E28

RGB

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

 GREEN value IS 142 (55.86% from 255) = 57.26%

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

R = 26.61%
G = 57.26%
B = 16.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#428E28 (or 0x428E28) is known color: La Palma. HEX triplet: 42, 8E and 28. RGB value is (66,142,40). Sum of RGB (Red+Green+Blue) = 66+142+40=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #428E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E28 is #BD71D7. Grayscale: #6B6B6B. Windows color (decimal): -12415448 or 2657858. OLE color: 2657858.

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

Color convert

RGB 66 142 40 -
CMYK 0.54 0 0.72 0.44
HSL 104.71º 0.56% 0.36% -
HSV(B) 104.71º 0.72% 0.56% -
XYZ 12.3 20.66 5.35 -
YUV 107.65 89.82 98.29 -
System Red Green Blue C M Y K H S L
Decimal 66 142 40 0.54 0 0.72 0.44 104.71 0.56 0.36
Hex 42 8E 28 36 0 48 2C 69 38 24
Octal 102 216 50 66 0 110 54 151 70 44
Binary 1000010 10001110 101000 110110 0 1001000 101100 1101001 111000 100100

Color Harmonies of #428E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E28

Black with #428E28

Text Example


Text Example

White with #428E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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