#268613

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

Shades of Forest Green #268613

Tints of Forest Green #268613

Color information

#268613 (or 0x268613) is unknown color: approx Forest Green. HEX triplet: 26, 86 and 13. RGB value is (38,134,19). Sum of RGB (Red+Green+Blue) = 38+134+19=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 134 (52.73% from 255 or 70.16% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 134 - color contains mainly: green. Hex color #268613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268613 is #D979EC. Grayscale: #5C5C5C. Windows color (decimal): -14252525 or 1279526. OLE color: 1279526.

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

Color convert

RGB3813419-
CMYK0.7200.860.47
HSL110.09º75.16%30%-
HSV(B)110.09º85.82%52.55%-
XYZ9.4417.513.5-
YUV92.1986.789.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 134 (52.73% from 255) = 70.16%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=19.90%
G=70.16%
B=9.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38134190.7200.860.47110.0975.1630
Hex268613480562F6e4b1e
Octal462062311001265715611336
Binary10011010000110100111001000010101101011111101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268613; }

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

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

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

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

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

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

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

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