#03862A

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

Shades of Forest Green #03862A

Tints of Forest Green #03862A

Color information

#03862A (or 0x03862A) is unknown color: approx Forest Green. HEX triplet: 03, 86 and 2A. RGB value is (3,134,42). Sum of RGB (Red+Green+Blue) = 3+134+42=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 134 (52.73% from 255 or 74.86% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 134 - color contains mainly: green. Hex color #03862A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03862A is #FC79D5. Grayscale: #545454. Windows color (decimal): -16546262 or 2786819. OLE color: 2786819.

HSL color Cylindrical-coordinate representation of color #03862A: hue angle of 137.86º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03862A is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB313442-
CMYK0.9800.690.47
HSL137.86º95.62%26.86%-
HSV(B)137.86º97.76%52.55%-
XYZ8.9817.245.04-
YUV84.34104.169.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 134 (52.73% from 255) = 74.86%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=1.68%
G=74.86%
B=23.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134420.9800.690.47137.8695.6226.86
Hex3862A620452F8a601b
Octal32065214201055721214033
Binary111000011010101011000100100010110111110001010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,134,42); }

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

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

 a { background-color: rgb(3,134,42); }

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

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

 span { border-color: rgb(3,134,42); }

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