Html Css Color HEX #038021 Forest Green

📋 copy color: '#038021'

red 3 ◦ green 128 ◦ blue 33

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

Shades of Forest Green #038021

Tints of Forest Green #038021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 78.05%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 1.83%
G = 78.05%
B = 20.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#038021 (or 0x038021) is known color: Forest Green. HEX triplet: 03, 80 and 21. RGB value is (3,128,33). Sum of RGB (Red+Green+Blue) = 3+128+33=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 128 (50.39% from 255 or 78.05% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 128 - color contains mainly: green. Hex color #038021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038021 is #FC7FDE. Grayscale: #505050. Windows color (decimal): -16547807 or 2195459. OLE color: 2195459.

HSL color Cylindrical-coordinate representation of color #038021: hue angle of 134.4º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038021 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 128 33 -
CMYK 0.98 0 0.74 0.50
HSL 134.4º 0.95% 0.26% -
HSV(B) 134.4º 0.98% 0.5% -
XYZ 8.03 15.57 4.02 -
YUV 79.8 101.59 73.22 -
System Red Green Blue C M Y K H S L
Decimal 3 128 33 0.98 0 0.74 0.50 134.4 0.95 0.26
Hex 3 80 21 62 0 4A 32 86 5F 1A
Octal 3 200 41 142 0 112 62 206 137 32
Binary 11 10000000 100001 1100010 0 1001010 110010 10000110 1011111 11010

Color Harmonies of #038021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038021

Black with #038021

Text Example


Text Example

White with #038021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038021; }

 p { color: rgb(3,128,33); }

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

background-color css

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

 a { background-color: rgb(3,128,33); }

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

border-color css

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

 span { border-color: rgb(3,128,33); }

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