Html Css Color HEX #428E3E La Palma

📋 copy color: '#428E3E'

red 66 ◦ green 142 ◦ blue 62

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

Shades of La Palma #428E3E

Tints of La Palma #428E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 24.44%
G = 52.59%
B = 22.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#428E3E (or 0x428E3E) is known color: La Palma. HEX triplet: 42, 8E and 3E. RGB value is (66,142,62). Sum of RGB (Red+Green+Blue) = 66+142+62=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #428E3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E3E is #BD71C1. Grayscale: #6E6E6E. Windows color (decimal): -12415426 or 4099650. OLE color: 4099650.

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

Color convert

RGB 66 142 62 -
CMYK 0.54 0 0.56 0.44
HSL 117º 0.39% 0.4% -
HSV(B) 117º 0.56% 0.56% -
XYZ 12.79 20.85 7.91 -
YUV 110.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 66 142 62 0.54 0 0.56 0.44 117 0.39 0.4
Hex 42 8E 3E 36 0 38 2C 75 27 28
Octal 102 216 76 66 0 70 54 165 47 50
Binary 1000010 10001110 111110 110110 0 111000 101100 1110101 100111 101000

Color Harmonies of #428E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E3E

Black with #428E3E

Text Example


Text Example

White with #428E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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