#038B1F

Color #038B1F Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #038B1F

Tints of Forest Green #038B1F

Color information

#038B1F (or 0x038B1F) is unknown color: approx Forest Green. HEX triplet: 03, 8B and 1F. RGB value is (3,139,31). Sum of RGB (Red+Green+Blue) = 3+139+31=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 139 (54.69% from 255 or 80.35% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 139 - color contains mainly: green. Hex color #038B1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038B1F is #FC74E0. Grayscale: #565656. Windows color (decimal): -16544993 or 2067203. OLE color: 2067203.

HSL color Cylindrical-coordinate representation of color #038B1F: hue angle of 132.35º 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 #038B1F is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB313931-
CMYK0.9800.780.45
HSL132.35º95.77%27.84%-
HSV(B)132.35º97.84%54.51%-
XYZ9.5218.584.38-
YUV86.0296.9468.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.73%
GREEN value IS 139 (54.69% from 255) = 80.35%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=1.73%
G=80.35%
B=17.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3139310.9800.780.45132.3595.7727.84
Hex38B1F6204E2D84601c
Octal32133714201165520414034
Binary11100010111111111000100100111010110110000100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,139,31); }

 H1.HeaderClassName
 {
   color: #038B1F;
 }
 .AnyTagClassName
 {
   color: #038B1F;
 }
</style>
background-color css

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

 a { background-color: rgb(3,139,31); }

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

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

 span { border-color: rgb(3,139,31); }

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