#42803E

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

Shades of Fern Green #42803E

Tints of Fern Green #42803E

Color information

#42803E (or 0x42803E) is unknown color: approx Fern Green. HEX triplet: 42, 80 and 3E. RGB value is (66,128,62). Sum of RGB (Red+Green+Blue) = 66+128+62=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #42803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42803E is #BD7FC1. Grayscale: #666666. Windows color (decimal): -12419010 or 4096066. OLE color: 4096066.

HSL color Cylindrical-coordinate representation of color #42803E: hue angle of 116.36º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42803E is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB6612862-
CMYK0.4800.520.50
HSL116.36º34.74%37.25%-
HSV(B)116.36º51.56%50.2%-
XYZ10.8416.947.26-
YUV101.94105.46102.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 128 (50.39% from 255) = 50%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=25.78%
G=50%
B=24.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128620.4800.520.50116.3634.7437.25
Hex42803E3003432742325
Octal1022007660064621644345
Binary10000101000000011111011000001101001100101110100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42803E; }

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

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

<style>
 a { background-color: #42803E; }

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

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

<style>
 span { border-color: #42803E; }

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

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