#038D2D

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

Shades of Forest Green #038D2D

Tints of Forest Green #038D2D

Color information

#038D2D (or 0x038D2D) is unknown color: approx Forest Green. HEX triplet: 03, 8D and 2D. RGB value is (3,141,45). Sum of RGB (Red+Green+Blue) = 3+141+45=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 141 (55.47% from 255 or 74.60% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 141 - color contains mainly: green. Hex color #038D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D2D is #FC72D2. Grayscale: #595959. Windows color (decimal): -16544467 or 2985219. OLE color: 2985219.

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

Color convert

RGB314145-
CMYK0.9800.680.45
HSL138.26º95.83%28.24%-
HSV(B)138.26º97.87%55.29%-
XYZ10.0419.265.67-
YUV88.79103.2866.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 141 (55.47% from 255) = 74.60%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=1.59%
G=74.60%
B=23.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3141450.9800.680.45138.2695.8328.24
Hex38D2D620442D8a601c
Octal32155514201045521214034
Binary111000110110110111000100100010010110110001010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,141,45); }

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

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

 a { background-color: rgb(3,141,45); }

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

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

 span { border-color: rgb(3,141,45); }

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