Html Css Color HEX #428928 La Palma

📋 copy color: '#428928'

red 66 ◦ green 137 ◦ blue 40

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

Shades of La Palma #428928

Tints of La Palma #428928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.38%

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

R = 27.16%
G = 56.38%
B = 16.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#428928 (or 0x428928) is known color: La Palma. HEX triplet: 42, 89 and 28. RGB value is (66,137,40). Sum of RGB (Red+Green+Blue) = 66+137+40=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #428928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428928 is #BD76D7. Grayscale: #696969. Windows color (decimal): -12416728 or 2656578. OLE color: 2656578.

HSL color Cylindrical-coordinate representation of color #428928: hue angle of 103.92º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #428928 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 40 -
CMYK 0.52 0 0.71 0.46
HSL 103.92º 0.55% 0.35% -
HSV(B) 103.92º 0.71% 0.54% -
XYZ 11.58 19.2 5.1 -
YUV 104.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 66 137 40 0.52 0 0.71 0.46 103.92 0.55 0.35
Hex 42 89 28 34 0 47 2E 68 37 23
Octal 102 211 50 64 0 107 56 150 67 43
Binary 1000010 10001001 101000 110100 0 1000111 101110 1101000 110111 100011

Color Harmonies of #428928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428928

Black with #428928

Text Example


Text Example

White with #428928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428928; }

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

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

background-color css

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

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

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

border-color css

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

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

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