Html Css Color HEX #038A20 Forest Green

📋 copy color: '#038A20'

red 3 ◦ green 138 ◦ blue 32

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

Shades of Forest Green #038A20

Tints of Forest Green #038A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 79.77%

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

R = 1.73%
G = 79.77%
B = 18.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#038A20 (or 0x038A20) is known color: Forest Green. HEX triplet: 03, 8A and 20. RGB value is (3,138,32). Sum of RGB (Red+Green+Blue) = 3+138+32=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 138 (54.30% from 255 or 79.77% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 138 - color contains mainly: green. Hex color #038A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A20 is #FC75DF. Grayscale: #555555. Windows color (decimal): -16545248 or 2132483. OLE color: 2132483.

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

Color convert

RGB 3 138 32 -
CMYK 0.98 0 0.77 0.46
HSL 132.89º 0.96% 0.28% -
HSV(B) 132.89º 0.98% 0.54% -
XYZ 9.39 18.3 4.4 -
YUV 85.55 97.77 69.12 -
System Red Green Blue C M Y K H S L
Decimal 3 138 32 0.98 0 0.77 0.46 132.89 0.96 0.28
Hex 3 8A 20 62 0 4D 2E 85 60 1C
Octal 3 212 40 142 0 115 56 205 140 34
Binary 11 10001010 100000 1100010 0 1001101 101110 10000101 1100000 11100

Color Harmonies of #038A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038A20

Black with #038A20

Text Example


Text Example

White with #038A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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