#038226

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

Shades of Forest Green #038226

Tints of Forest Green #038226

Color information

#038226 (or 0x038226) is unknown color: approx Forest Green. HEX triplet: 03, 82 and 26. RGB value is (3,130,38). Sum of RGB (Red+Green+Blue) = 3+130+38=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #038226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038226 is #FC7DD9. Grayscale: #515151. Windows color (decimal): -16547290 or 2523651. OLE color: 2523651.

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

Color convert

RGB313038-
CMYK0.9800.710.49
HSL136.54º95.49%26.08%-
HSV(B)136.54º97.69%50.98%-
XYZ8.3716.124.5-
YUV81.54103.4271.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 130 (51.17% from 255) = 76.02%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=1.75%
G=76.02%
B=22.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130380.9800.710.49136.5495.4926.08
Hex382266204731895f1a
Octal32024614201076121113732
Binary111000001010011011000100100011111000110001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038226; }

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

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

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

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

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

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

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

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