#268D16

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

Shades of Forest Green #268D16

Tints of Forest Green #268D16

Color information

#268D16 (or 0x268D16) is unknown color: approx Forest Green. HEX triplet: 26, 8D and 16. RGB value is (38,141,22). Sum of RGB (Red+Green+Blue) = 38+141+22=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #268D16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268D16 is #D972E9. Grayscale: #616161. Windows color (decimal): -14250730 or 1477926. OLE color: 1477926.

HSL color Cylindrical-coordinate representation of color #268D16: hue angle of 111.93º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268D16 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB3814122-
CMYK0.7300.840.45
HSL111.93º73.01%31.96%-
HSV(B)111.93º84.4%55.29%-
XYZ10.4719.523.97-
YUV96.6485.8886.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 141 (55.47% from 255) = 70.15%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=18.91%
G=70.15%
B=10.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38141220.7300.840.45111.9373.0131.96
Hex268D16490542D704920
Octal462152611101245516011140
Binary100110100011011011010010010101010010110111100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268D16; }

 p { color: rgb(38,141,22); }

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

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

 a { background-color: rgb(38,141,22); }

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

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

 span { border-color: rgb(38,141,22); }

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