#038121

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

Shades of Forest Green #038121

Tints of Forest Green #038121

Color information

#038121 (or 0x038121) is unknown color: approx Forest Green. HEX triplet: 03, 81 and 21. RGB value is (3,129,33). Sum of RGB (Red+Green+Blue) = 3+129+33=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 129 (50.78% from 255 or 78.18% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 129 - color contains mainly: green. Hex color #038121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038121 is #FC7EDE. Grayscale: #505050. Windows color (decimal): -16547551 or 2195715. OLE color: 2195715.

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

Color convert

RGB312933-
CMYK0.9800.740.49
HSL134.29º95.45%25.88%-
HSV(B)134.29º97.67%50.59%-
XYZ8.1615.834.06-
YUV80.38101.2672.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 129 (50.78% from 255) = 78.18%
BLUE value IS 33 (13.28% from 255) = 20%
R=1.82%
G=78.18%
B=20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129330.9800.740.49134.2995.4525.88
Hex381216204A31865f1a
Octal32014114201126120613732
Binary111000000110000111000100100101011000110000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038121; }

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

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

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

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

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

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

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

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