Html Css Color HEX #038520 Forest Green

📋 copy color: '#038520'

red 3 ◦ green 133 ◦ blue 32

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

Shades of Forest Green #038520

Tints of Forest Green #038520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 79.17%

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

R = 1.79%
G = 79.17%
B = 19.05%

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

#038520 (or 0x038520) is known color: Forest Green. HEX triplet: 03, 85 and 20. RGB value is (3,133,32). Sum of RGB (Red+Green+Blue) = 3+133+32=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #038520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038520 is #FC7ADF. Grayscale: #525252. Windows color (decimal): -16546528 or 2131203. OLE color: 2131203.

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

Color convert

RGB 3 133 32 -
CMYK 0.98 0 0.76 0.48
HSL 133.38º 0.96% 0.27% -
HSV(B) 133.38º 0.98% 0.52% -
XYZ 8.69 16.9 4.17 -
YUV 82.62 99.43 71.21 -
System Red Green Blue C M Y K H S L
Decimal 3 133 32 0.98 0 0.76 0.48 133.38 0.96 0.27
Hex 3 85 20 62 0 4C 30 85 60 1B
Octal 3 205 40 142 0 114 60 205 140 33
Binary 11 10000101 100000 1100010 0 1001100 110000 10000101 1100000 11011

Color Harmonies of #038520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038520

Black with #038520

Text Example


Text Example

White with #038520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038520; }

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

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

background-color css

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

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

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

border-color css

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

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

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