#268026

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

Shades of Forest Green #268026

Tints of Forest Green #268026

Color information

#268026 (or 0x268026) is unknown color: approx Forest Green. HEX triplet: 26, 80 and 26. RGB value is (38,128,38). Sum of RGB (Red+Green+Blue) = 38+128+38=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #268026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268026 is #D97FD9. Grayscale: #5B5B5B. Windows color (decimal): -14254042 or 2523174. OLE color: 2523174.

HSL color Cylindrical-coordinate representation of color #268026: hue angle of 120º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268026 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB3812838-
CMYK0.7000.700.50
HSL120º54.22%32.55%-
HSV(B)120º70.31%50.2%-
XYZ8.8715.994.45-
YUV90.8398.1890.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 128 (50.39% from 255) = 62.75%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=18.63%
G=62.75%
B=18.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38128380.7000.700.5012054.2232.55
Hex2680264604632783621
Octal46200461060106621706641
Binary100110100000001001101000110010001101100101111000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268026; }

 p { color: rgb(38,128,38); }

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

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

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

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

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

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

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