#428C3F

Color #428C3F Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #428C3F

Tints of Fern Green #428C3F

Color information

#428C3F (or 0x428C3F) is unknown color: approx Fern Green. HEX triplet: 42, 8C and 3F. RGB value is (66,140,63). Sum of RGB (Red+Green+Blue) = 66+140+63=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #428C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428C3F is #BD73C0. Grayscale: #6D6D6D. Windows color (decimal): -12415937 or 4164674. OLE color: 4164674.

HSL color Cylindrical-coordinate representation of color #428C3F: hue angle of 117.66º 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 #428C3F is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB6614063-
CMYK0.5300.550.45
HSL117.66º37.93%39.8%-
HSV(B)117.66º55%54.9%-
XYZ12.5220.277.96-
YUV109.1101.9897.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 140 (55.08% from 255) = 52.04%
BLUE value IS 63 (25% from 255) = 23.42%
R=24.54%
G=52.04%
B=23.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66140630.5300.550.45117.6637.9339.8
Hex428C3F350372D762628
Octal1022147765067551664650
Binary10000101000110011111111010101101111011011110110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #428C3F;
 }
 .AnyTagClassName
 {
   color: #428C3F;
 }
</style>
background-color css

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

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

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

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

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

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