#42833D

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

Shades of Fern Green #42833D

Tints of Fern Green #42833D

Color information

#42833D (or 0x42833D) is unknown color: approx Fern Green. HEX triplet: 42, 83 and 3D. RGB value is (66,131,61). Sum of RGB (Red+Green+Blue) = 66+131+61=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #42833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42833D is #BD7CC2. Grayscale: #676767. Windows color (decimal): -12418243 or 4031298. OLE color: 4031298.

HSL color Cylindrical-coordinate representation of color #42833D: hue angle of 115.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42833D is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB6613161-
CMYK0.5000.530.49
HSL115.71º36.46%37.65%-
HSV(B)115.71º53.44%51.37%-
XYZ11.2117.737.25-
YUV103.58103.97101.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 131 (51.56% from 255) = 50.78%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=25.58%
G=50.78%
B=23.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131610.5000.530.49115.7136.4637.65
Hex42833D3203531742426
Octal1022037562065611644446
Binary10000101000001111110111001001101011100011110100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42833D; }

 p { color: rgb(66,131,61); }

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

<style>
 a { background-color: #42833D; }

 a { background-color: rgb(66,131,61); }

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

<style>
 span { border-color: #42833D; }

 span { border-color: rgb(66,131,61); }

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