#268B1F

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

Shades of Forest Green #268B1F

Tints of Forest Green #268B1F

Color information

#268B1F (or 0x268B1F) is unknown color: approx Forest Green. HEX triplet: 26, 8B and 1F. RGB value is (38,139,31). Sum of RGB (Red+Green+Blue) = 38+139+31=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 139 (54.69% from 255 or 66.83% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 139 - color contains mainly: green. Hex color #268B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268B1F is #D974E0. Grayscale: #606060. Windows color (decimal): -14251233 or 2067238. OLE color: 2067238.

HSL color Cylindrical-coordinate representation of color #268B1F: hue angle of 116.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268B1F is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB3813931-
CMYK0.7300.780.45
HSL116.11º63.53%33.33%-
HSV(B)116.11º77.7%54.51%-
XYZ10.2818.984.42-
YUV96.4991.0486.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 139 (54.69% from 255) = 66.83%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=18.27%
G=66.83%
B=14.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139310.7300.780.45116.1163.5333.33
Hex268B1F4904E2D744021
Octal462133711101165516410041
Binary100110100010111111110010010100111010110111101001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268B1F; }

 p { color: rgb(38,139,31); }

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

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

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

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

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

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

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