#268215

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

Shades of Forest Green #268215

Tints of Forest Green #268215

Color information

#268215 (or 0x268215) is unknown color: approx Forest Green. HEX triplet: 26, 82 and 15. RGB value is (38,130,21). Sum of RGB (Red+Green+Blue) = 38+130+21=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #268215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268215 is #D97DEA. Grayscale: #5A5A5A. Windows color (decimal): -14253547 or 1409574. OLE color: 1409574.

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

Color convert

RGB3813021-
CMYK0.7100.840.49
HSL110.64º72.19%29.61%-
HSV(B)110.64º83.85%50.98%-
XYZ8.9216.433.41-
YUV90.0789.0290.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 130 (51.17% from 255) = 68.78%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=20.11%
G=68.78%
B=11.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38130210.7100.840.49110.6472.1929.61
Hex26821547054316f481e
Octal462022510701246115711036
Binary10011010000010101011000111010101001100011101111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268215; }

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

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

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

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

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

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

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

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