#268120

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

Shades of Forest Green #268120

Tints of Forest Green #268120

Color information

#268120 (or 0x268120) is unknown color: approx Forest Green. HEX triplet: 26, 81 and 20. RGB value is (38,129,32). Sum of RGB (Red+Green+Blue) = 38+129+32=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 129 (50.78% from 255 or 64.82% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 129 - color contains mainly: green. Hex color #268120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268120 is #D97EDF. Grayscale: #5B5B5B. Windows color (decimal): -14253792 or 2130214. OLE color: 2130214.

HSL color Cylindrical-coordinate representation of color #268120: hue angle of 116.29º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268120 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB3812932-
CMYK0.7100.750.49
HSL116.29º60.25%31.57%-
HSV(B)116.29º75.19%50.59%-
XYZ8.9116.224.03-
YUV90.7394.8590.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 129 (50.78% from 255) = 64.82%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=19.10%
G=64.82%
B=16.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38129320.7100.750.49116.2960.2531.57
Hex2681204704B31743c20
Octal46201401070113611647440
Binary100110100000011000001000111010010111100011110100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268120; }

 p { color: rgb(38,129,32); }

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

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

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

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

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

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

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