Html Css Color HEX #428E3F La Palma

📋 copy color: '#428E3F'

red 66 ◦ green 142 ◦ blue 63

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

Shades of La Palma #428E3F

Tints of La Palma #428E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 24.35%
G = 52.4%
B = 23.25%

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

#428E3F (or 0x428E3F) is known color: La Palma. HEX triplet: 42, 8E and 3F. RGB value is (66,142,63). Sum of RGB (Red+Green+Blue) = 66+142+63=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #428E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428E3F is #BD71C0. Grayscale: #6E6E6E. Windows color (decimal): -12415425 or 4165186. OLE color: 4165186.

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

Color convert

RGB 66 142 63 -
CMYK 0.54 0 0.56 0.44
HSL 117.72º 0.39% 0.4% -
HSV(B) 117.72º 0.56% 0.56% -
XYZ 12.82 20.86 8.05 -
YUV 110.27 101.32 96.42 -
System Red Green Blue C M Y K H S L
Decimal 66 142 63 0.54 0 0.56 0.44 117.72 0.39 0.4
Hex 42 8E 3F 36 0 38 2C 76 27 28
Octal 102 216 77 66 0 70 54 166 47 50
Binary 1000010 10001110 111111 110110 0 111000 101100 1110110 100111 101000

Color Harmonies of #428E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E3F

Black with #428E3F

Text Example


Text Example

White with #428E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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