#268E13

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

Shades of Forest Green #268E13

Tints of Forest Green #268E13

Color information

#268E13 (or 0x268E13) is unknown color: approx Forest Green. HEX triplet: 26, 8E and 13. RGB value is (38,142,19). Sum of RGB (Red+Green+Blue) = 38+142+19=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 142 (55.86% from 255 or 71.36% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 142 - color contains mainly: green. Hex color #268E13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268E13 is #D971EC. Grayscale: #616161. Windows color (decimal): -14250477 or 1281574. OLE color: 1281574.

HSL color Cylindrical-coordinate representation of color #268E13: hue angle of 110.73º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #268E13 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB3814219-
CMYK0.7300.870.44
HSL110.73º76.4%31.57%-
HSV(B)110.73º86.62%55.69%-
XYZ10.5919.813.88-
YUV96.8884.0486-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 142 (55.86% from 255) = 71.36%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=19.10%
G=71.36%
B=9.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38142190.7300.870.44110.7376.431.57
Hex268E13490572C6f4c20
Octal462162311101275415711440
Binary100110100011101001110010010101011110110011011111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,142,19); }

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

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

 a { background-color: rgb(38,142,19); }

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

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

 span { border-color: rgb(38,142,19); }

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