#268F0C

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

Shades of Forest Green #268F0C

Tints of Forest Green #268F0C

Color information

#268F0C (or 0x268F0C) is unknown color: approx Forest Green. HEX triplet: 26, 8F and 0C. RGB value is (38,143,12). Sum of RGB (Red+Green+Blue) = 38+143+12=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #268F0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268F0C is #D970F3. Grayscale: #616161. Windows color (decimal): -14250228 or 823078. OLE color: 823078.

HSL color Cylindrical-coordinate representation of color #268F0C: hue angle of 108.09º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #268F0C is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB3814312-
CMYK0.7300.920.44
HSL108.09º84.52%30.39%-
HSV(B)108.09º91.61%56.08%-
XYZ10.6920.083.66-
YUV96.6780.2186.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 143 (56.25% from 255) = 74.09%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=19.69%
G=74.09%
B=6.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38143120.7300.920.44108.0984.5230.39
Hex268FC4905C2C6c551e
Octal462171411101345415412536
Binary1001101000111111001001001010111001011001101100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,143,12); }

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

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

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

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

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

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

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