Html Css Color HEX #428F28 La Palma

📋 copy color: '#428F28'

red 66 ◦ green 143 ◦ blue 40

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

Shades of La Palma #428F28

Tints of La Palma #428F28

RGB

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

 GREEN value IS 143 (56.25% from 255) = 57.43%

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

R = 26.51%
G = 57.43%
B = 16.06%

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

#428F28 (or 0x428F28) is known color: La Palma. HEX triplet: 42, 8F and 28. RGB value is (66,143,40). Sum of RGB (Red+Green+Blue) = 66+143+40=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #428F28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F28 is #BD70D7. Grayscale: #6C6C6C. Windows color (decimal): -12415192 or 2658114. OLE color: 2658114.

HSL color Cylindrical-coordinate representation of color #428F28: hue angle of 104.85º 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 #428F28 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 40 -
CMYK 0.54 0 0.72 0.44
HSL 104.85º 0.56% 0.36% -
HSV(B) 104.85º 0.72% 0.56% -
XYZ 12.45 20.96 5.4 -
YUV 108.24 89.49 97.88 -
System Red Green Blue C M Y K H S L
Decimal 66 143 40 0.54 0 0.72 0.44 104.85 0.56 0.36
Hex 42 8F 28 36 0 48 2C 69 38 24
Octal 102 217 50 66 0 110 54 151 70 44
Binary 1000010 10001111 101000 110110 0 1001000 101100 1101001 111000 100100

Color Harmonies of #428F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F28

Black with #428F28

Text Example


Text Example

White with #428F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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