#038228

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

Shades of Forest Green #038228

Tints of Forest Green #038228

Color information

#038228 (or 0x038228) is unknown color: approx Forest Green. HEX triplet: 03, 82 and 28. RGB value is (3,130,40). Sum of RGB (Red+Green+Blue) = 3+130+40=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #038228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038228 is #FC7DD7. Grayscale: #525252. Windows color (decimal): -16547288 or 2654723. OLE color: 2654723.

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

Color convert

RGB313040-
CMYK0.9800.690.49
HSL137.48º95.49%26.08%-
HSV(B)137.48º97.69%50.98%-
XYZ8.416.144.68-
YUV81.77104.4271.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.73%
GREEN value IS 130 (51.17% from 255) = 75.14%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=1.73%
G=75.14%
B=23.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130400.9800.690.49137.4895.4926.08
Hex382286204531895f1a
Octal32025014201056121113732
Binary111000001010100011000100100010111000110001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038228; }

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

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

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

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

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

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

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

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