Html Css Color HEX #038D20 Forest Green

📋 copy color: '#038D20'

red 3 ◦ green 141 ◦ blue 32

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

Shades of Forest Green #038D20

Tints of Forest Green #038D20

RGB

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

 GREEN value IS 141 (55.47% from 255) = 80.11%

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

R = 1.7%
G = 80.11%
B = 18.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#038D20 (or 0x038D20) is known color: Forest Green. HEX triplet: 03, 8D and 20. RGB value is (3,141,32). Sum of RGB (Red+Green+Blue) = 3+141+32=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 141 (55.47% from 255 or 80.11% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 141 - color contains mainly: green. Hex color #038D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D20 is #FC72DF. Grayscale: #575757. Windows color (decimal): -16544480 or 2133251. OLE color: 2133251.

HSL color Cylindrical-coordinate representation of color #038D20: hue angle of 132.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D20 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 141 32 -
CMYK 0.98 0 0.77 0.45
HSL 132.61º 0.96% 0.28% -
HSV(B) 132.61º 0.98% 0.55% -
XYZ 9.82 19.17 4.55 -
YUV 87.31 96.78 67.86 -
System Red Green Blue C M Y K H S L
Decimal 3 141 32 0.98 0 0.77 0.45 132.61 0.96 0.28
Hex 3 8D 20 62 0 4D 2D 85 60 1C
Octal 3 215 40 142 0 115 55 205 140 34
Binary 11 10001101 100000 1100010 0 1001101 101101 10000101 1100000 11100

Color Harmonies of #038D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D20

Black with #038D20

Text Example


Text Example

White with #038D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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