#268D14

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

Shades of Forest Green #268D14

Tints of Forest Green #268D14

Color information

#268D14 (or 0x268D14) is unknown color: approx Forest Green. HEX triplet: 26, 8D and 14. RGB value is (38,141,20). Sum of RGB (Red+Green+Blue) = 38+141+20=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 141 (55.47% from 255 or 70.85% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 141 - color contains mainly: green. Hex color #268D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268D14 is #D972EB. Grayscale: #606060. Windows color (decimal): -14250732 or 1346854. OLE color: 1346854.

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

Color convert

RGB3814120-
CMYK0.7300.860.45
HSL111.07º75.16%31.57%-
HSV(B)111.07º85.82%55.29%-
XYZ10.4519.513.88-
YUV96.4184.8886.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 141 (55.47% from 255) = 70.85%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=19.10%
G=70.85%
B=10.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38141200.7300.860.45111.0775.1631.57
Hex268D14490562D6f4b20
Octal462152411101265515711340
Binary100110100011011010010010010101011010110111011111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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