Html Css Color HEX #428D40 Fern Green

📋 copy color: '#428D40'

red 66 ◦ green 141 ◦ blue 64

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

Shades of Fern Green #428D40

Tints of Fern Green #428D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.03%

 BLUE value IS 64 (25.39% from 255) = 23.62%

R = 24.35%
G = 52.03%
B = 23.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#428D40 (or 0x428D40) is known color: Fern Green. HEX triplet: 42, 8D and 40. RGB value is (66,141,64). Sum of RGB (Red+Green+Blue) = 66+141+64=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #428D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D40 is #BD72BF. Grayscale: #6E6E6E. Windows color (decimal): -12415680 or 4230466. OLE color: 4230466.

HSL color Cylindrical-coordinate representation of color #428D40: hue angle of 118.44º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428D40 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 64 -
CMYK 0.53 0 0.55 0.45
HSL 118.44º 0.38% 0.4% -
HSV(B) 118.44º 0.55% 0.55% -
XYZ 12.7 20.58 8.15 -
YUV 109.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 66 141 64 0.53 0 0.55 0.45 118.44 0.38 0.4
Hex 42 8D 40 35 0 37 2D 76 26 28
Octal 102 215 100 65 0 67 55 166 46 50
Binary 1000010 10001101 1000000 110101 0 110111 101101 1110110 100110 101000

Color Harmonies of #428D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D40

Black with #428D40

Text Example


Text Example

White with #428D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,64); }

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

background-color css

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

 a { background-color: rgb(66,141,64); }

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

border-color css

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

 span { border-color: rgb(66,141,64); }

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