Html Css Color HEX #038420 Forest Green

📋 copy color: '#038420'

red 3 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #038420

Tints of Forest Green #038420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 79.04%

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 1.8%
G = 79.04%
B = 19.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#038420 (or 0x038420) is known color: Forest Green. HEX triplet: 03, 84 and 20. RGB value is (3,132,32). Sum of RGB (Red+Green+Blue) = 3+132+32=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 132 (51.95% from 255 or 79.04% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 132 - color contains mainly: green. Hex color #038420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038420 is #FC7BDF. Grayscale: #525252. Windows color (decimal): -16546784 or 2130947. OLE color: 2130947.

HSL color Cylindrical-coordinate representation of color #038420: hue angle of 133.49º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038420 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 132 32 -
CMYK 0.98 0 0.76 0.48
HSL 133.49º 0.96% 0.26% -
HSV(B) 133.49º 0.98% 0.52% -
XYZ 8.55 16.63 4.13 -
YUV 82.03 99.76 71.63 -
System Red Green Blue C M Y K H S L
Decimal 3 132 32 0.98 0 0.76 0.48 133.49 0.96 0.26
Hex 3 84 20 62 0 4C 30 85 60 1A
Octal 3 204 40 142 0 114 60 205 140 32
Binary 11 10000100 100000 1100010 0 1001100 110000 10000101 1100000 11010

Color Harmonies of #038420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038420

Black with #038420

Text Example


Text Example

White with #038420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038420; }

 p { color: rgb(3,132,32); }

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

background-color css

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

 a { background-color: rgb(3,132,32); }

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

border-color css

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

 span { border-color: rgb(3,132,32); }

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