#038A1E

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

Shades of Forest Green #038A1E

Tints of Forest Green #038A1E

Color information

#038A1E (or 0x038A1E) is unknown color: approx Forest Green. HEX triplet: 03, 8A and 1E. RGB value is (3,138,30). Sum of RGB (Red+Green+Blue) = 3+138+30=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 138 (54.30% from 255 or 80.70% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 138 - color contains mainly: green. Hex color #038A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A1E is #FC75E1. Grayscale: #555555. Windows color (decimal): -16545250 or 2001411. OLE color: 2001411.

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

Color convert

RGB313830-
CMYK0.9800.780.46
HSL132º95.74%27.65%-
HSV(B)132º97.83%54.12%-
XYZ9.3618.294.27-
YUV85.3296.7769.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 138 (54.30% from 255) = 80.70%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=1.75%
G=80.70%
B=17.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3138300.9800.780.4613295.7427.65
Hex38A1E6204E2E84601c
Octal32123614201165620414034
Binary11100010101111011000100100111010111010000100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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