Html Css Color HEX #428E21 La Palma

📋 copy color: '#428E21'

red 66 ◦ green 142 ◦ blue 33

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

Shades of La Palma #428E21

Tints of La Palma #428E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 27.39%
G = 58.92%
B = 13.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#428E21 (or 0x428E21) is known color: La Palma. HEX triplet: 42, 8E and 21. RGB value is (66,142,33). Sum of RGB (Red+Green+Blue) = 66+142+33=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #428E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E21 is #BD71DE. Grayscale: #6B6B6B. Windows color (decimal): -12415455 or 2199106. OLE color: 2199106.

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

Color convert

RGB 66 142 33 -
CMYK 0.54 0 0.77 0.44
HSL 101.83º 0.62% 0.34% -
HSV(B) 101.83º 0.77% 0.56% -
XYZ 12.19 20.61 4.78 -
YUV 106.85 86.32 98.86 -
System Red Green Blue C M Y K H S L
Decimal 66 142 33 0.54 0 0.77 0.44 101.83 0.62 0.34
Hex 42 8E 21 36 0 4D 2C 66 3E 22
Octal 102 216 41 66 0 115 54 146 76 42
Binary 1000010 10001110 100001 110110 0 1001101 101100 1100110 111110 100010

Color Harmonies of #428E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E21

Black with #428E21

Text Example


Text Example

White with #428E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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