#03962A

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

Shades of Forest Green #03962A

Tints of Forest Green #03962A

Color information

#03962A (or 0x03962A) is unknown color: approx Forest Green. HEX triplet: 03, 96 and 2A. RGB value is (3,150,42). Sum of RGB (Red+Green+Blue) = 3+150+42=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #03962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03962A is #FC69D5. Grayscale: #5E5E5E. Windows color (decimal): -16542166 or 2790915. OLE color: 2790915.

HSL color Cylindrical-coordinate representation of color #03962A: hue angle of 135.92º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03962A is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB315042-
CMYK0.9800.720.41
HSL135.92º96.08%30%-
HSV(B)135.92º98%58.82%-
XYZ11.36225.84-
YUV93.7498.863.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 150 (58.98% from 255) = 76.92%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=1.54%
G=76.92%
B=21.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3150420.9800.720.41135.9296.0830
Hex3962A620482988601e
Octal32265214201105121014036
Binary111001011010101011000100100100010100110001000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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