#268416

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

Shades of Forest Green #268416

Tints of Forest Green #268416

Color information

#268416 (or 0x268416) is unknown color: approx Forest Green. HEX triplet: 26, 84 and 16. RGB value is (38,132,22). Sum of RGB (Red+Green+Blue) = 38+132+22=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #268416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268416 is #D97BE9. Grayscale: #5B5B5B. Windows color (decimal): -14253034 or 1475622. OLE color: 1475622.

HSL color Cylindrical-coordinate representation of color #268416: hue angle of 111.27º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268416 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB3813222-
CMYK0.7100.830.48
HSL111.27º71.43%30.2%-
HSV(B)111.27º83.33%51.76%-
XYZ9.216.973.55-
YUV91.3588.8689.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 132 (51.95% from 255) = 68.75%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=19.79%
G=68.75%
B=11.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38132220.7100.830.48111.2771.4330.2
Hex26841647053306f471e
Octal462042610701236015710736
Binary10011010000100101101000111010100111100001101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268416; }

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

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

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

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

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

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

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

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