#038227

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

Shades of Forest Green #038227

Tints of Forest Green #038227

Color information

#038227 (or 0x038227) is unknown color: approx Forest Green. HEX triplet: 03, 82 and 27. RGB value is (3,130,39). Sum of RGB (Red+Green+Blue) = 3+130+39=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #038227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038227 is #FC7DD8. Grayscale: #515151. Windows color (decimal): -16547289 or 2589187. OLE color: 2589187.

HSL color Cylindrical-coordinate representation of color #038227: hue angle of 137.01º 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 #038227 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB313039-
CMYK0.9800.700.49
HSL137.01º95.49%26.08%-
HSV(B)137.01º97.69%50.98%-
XYZ8.3916.134.59-
YUV81.65103.9271.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 130 (51.17% from 255) = 75.58%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=1.74%
G=75.58%
B=22.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130390.9800.700.49137.0195.4926.08
Hex382276204631895f1a
Octal32024714201066121113732
Binary111000001010011111000100100011011000110001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038227; }

 p { color: rgb(3,130,39); }

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

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

 a { background-color: rgb(3,130,39); }

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

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

 span { border-color: rgb(3,130,39); }

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