#42803A

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

Shades of Fern Green #42803A

Tints of Fern Green #42803A

Color information

#42803A (or 0x42803A) is unknown color: approx Fern Green. HEX triplet: 42, 80 and 3A. RGB value is (66,128,58). Sum of RGB (Red+Green+Blue) = 66+128+58=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #42803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42803A is #BD7FC5. Grayscale: #656565. Windows color (decimal): -12419014 or 3833922. OLE color: 3833922.

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

Color convert

RGB6612858-
CMYK0.4800.550.50
HSL113.14º37.63%36.47%-
HSV(B)113.14º54.69%50.2%-
XYZ10.7316.96.7-
YUV101.48103.46102.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 128 (50.39% from 255) = 50.79%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=26.19%
G=50.79%
B=23.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128580.4800.550.50113.1437.6336.47
Hex42803A3003732712624
Octal1022007260067621614644
Binary10000101000000011101011000001101111100101110001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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