#268C0B

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

Shades of Forest Green #268C0B

Tints of Forest Green #268C0B

Color information

#268C0B (or 0x268C0B) is unknown color: approx Forest Green. HEX triplet: 26, 8C and 0B. RGB value is (38,140,11). Sum of RGB (Red+Green+Blue) = 38+140+11=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 140 (55.08% from 255 or 74.07% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 140 - color contains mainly: green. Hex color #268C0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268C0B is #D973F4. Grayscale: #5F5F5F. Windows color (decimal): -14250997 or 756774. OLE color: 756774.

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

Color convert

RGB3814011-
CMYK0.7300.920.45
HSL107.44º85.43%29.61%-
HSV(B)107.44º92.14%54.9%-
XYZ10.2419.193.48-
YUV94.880.7187.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 140 (55.08% from 255) = 74.07%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=20.11%
G=74.07%
B=5.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38140110.7300.920.45107.4485.4329.61
Hex268CB4905C2D6b551e
Octal462141311101345515312536
Binary1001101000110010111001001010111001011011101011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,140,11); }

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

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

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

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

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

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

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