#268810

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

Shades of Forest Green #268810

Tints of Forest Green #268810

Color information

#268810 (or 0x268810) is unknown color: approx Forest Green. HEX triplet: 26, 88 and 10. RGB value is (38,136,16). Sum of RGB (Red+Green+Blue) = 38+136+16=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 136 (53.52% from 255 or 71.58% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 136 - color contains mainly: green. Hex color #268810 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268810 is #D977EF. Grayscale: #5D5D5D. Windows color (decimal): -14252016 or 1083430. OLE color: 1083430.

HSL color Cylindrical-coordinate representation of color #268810: hue angle of 109º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #268810 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB3813616-
CMYK0.7200.880.47
HSL109º78.95%29.8%-
HSV(B)109º88.24%53.33%-
XYZ9.718.063.46-
YUV93.0284.5388.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 71.58%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=20%
G=71.58%
B=8.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38136160.7200.880.4710978.9529.8
Hex268810480582F6d4f1e
Octal462102011001305715511736
Binary10011010001000100001001000010110001011111101101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268810; }

 p { color: rgb(38,136,16); }

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

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

 a { background-color: rgb(38,136,16); }

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

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

 span { border-color: rgb(38,136,16); }

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