#038026

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

Shades of Forest Green #038026

Tints of Forest Green #038026

Color information

#038026 (or 0x038026) is unknown color: approx Forest Green. HEX triplet: 03, 80 and 26. RGB value is (3,128,38). Sum of RGB (Red+Green+Blue) = 3+128+38=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #038026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038026 is #FC7FD9. Grayscale: #505050. Windows color (decimal): -16547802 or 2523139. OLE color: 2523139.

HSL color Cylindrical-coordinate representation of color #038026: hue angle of 136.8º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038026 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB312838-
CMYK0.9800.700.50
HSL136.8º95.42%25.69%-
HSV(B)136.8º97.66%50.2%-
XYZ8.1115.64.42-
YUV80.36104.0972.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 128 (50.39% from 255) = 75.74%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=1.78%
G=75.74%
B=22.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3128380.9800.700.50136.895.4225.69
Hex380266204632895f1a
Octal32004614201066221113732
Binary111000000010011011000100100011011001010001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038026; }

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

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

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

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

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

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

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

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