Html Css Color HEX #03982A Forest Green

📋 copy color: '#03982A'

red 3 ◦ green 152 ◦ blue 42

#03982A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #03982A

Tints of Forest Green #03982A

RGB

 RED value IS 3 (1.56% from 255) = 1.52%

 GREEN value IS 152 (59.77% from 255) = 77.16%

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 1.52%
G = 77.16%
B = 21.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#03982A (or 0x03982A) is known color: Forest Green. HEX triplet: 03, 98 and 2A. RGB value is (3,152,42). Sum of RGB (Red+Green+Blue) = 3+152+42=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 152 (59.77% from 255 or 77.16% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 152 - color contains mainly: green. Hex color #03982A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03982A is #FC67D5. Grayscale: #5F5F5F. Windows color (decimal): -16541654 or 2791427. OLE color: 2791427.

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

Color convert

RGB 3 152 42 -
CMYK 0.98 0 0.72 0.40
HSL 135.7º 0.96% 0.3% -
HSV(B) 135.7º 0.98% 0.6% -
XYZ 11.68 22.64 5.95 -
YUV 94.91 98.14 62.44 -
System Red Green Blue C M Y K H S L
Decimal 3 152 42 0.98 0 0.72 0.40 135.7 0.96 0.3
Hex 3 98 2A 62 0 48 28 88 60 1E
Octal 3 230 52 142 0 110 50 210 140 36
Binary 11 10011000 101010 1100010 0 1001000 101000 10001000 1100000 11110

Color Harmonies of #03982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03982A

Black with #03982A

Text Example


Text Example

White with #03982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03982A;
 }
 .AnyTagClassName
 {
   color: #03982A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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