#038F2C

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

Shades of Forest Green #038F2C

Tints of Forest Green #038F2C

Color information

#038F2C (or 0x038F2C) is unknown color: approx Forest Green. HEX triplet: 03, 8F and 2C. RGB value is (3,143,44). Sum of RGB (Red+Green+Blue) = 3+143+44=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 143 (56.25% from 255 or 75.26% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 143 - color contains mainly: green. Hex color #038F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F2C is #FC70D3. Grayscale: #5A5A5A. Windows color (decimal): -16543956 or 2920195. OLE color: 2920195.

HSL color Cylindrical-coordinate representation of color #038F2C: hue angle of 137.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F2C is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB314344-
CMYK0.9800.690.44
HSL137.57º95.89%28.63%-
HSV(B)137.57º97.9%56.08%-
XYZ10.3119.855.67-
YUV89.85102.1266.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 143 (56.25% from 255) = 75.26%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=1.58%
G=75.26%
B=23.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3143440.9800.690.44137.5795.8928.63
Hex38F2C620452C8a601d
Octal32175414201055421214035
Binary111000111110110011000100100010110110010001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,143,44); }

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

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

 a { background-color: rgb(3,143,44); }

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

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

 span { border-color: rgb(3,143,44); }

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