#268211

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

Shades of Forest Green #268211

Tints of Forest Green #268211

Color information

#268211 (or 0x268211) is unknown color: approx Forest Green. HEX triplet: 26, 82 and 11. RGB value is (38,130,17). Sum of RGB (Red+Green+Blue) = 38+130+17=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #268211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268211 is #D97DEE. Grayscale: #595959. Windows color (decimal): -14253551 or 1147430. OLE color: 1147430.

HSL color Cylindrical-coordinate representation of color #268211: hue angle of 108.85º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #268211 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB3813017-
CMYK0.7100.870.49
HSL108.85º76.87%28.82%-
HSV(B)108.85º86.92%50.98%-
XYZ8.8816.423.23-
YUV89.6187.0291.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 130 (51.17% from 255) = 70.27%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=20.54%
G=70.27%
B=9.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38130170.7100.870.49108.8576.8728.82
Hex26821147057316d4d1d
Octal462022110701276115511535
Binary10011010000010100011000111010101111100011101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268211; }

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

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

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

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

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

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

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

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