#268B0B

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

Shades of Forest Green #268B0B

Tints of Forest Green #268B0B

Color information

#268B0B (or 0x268B0B) is unknown color: approx Forest Green. HEX triplet: 26, 8B and 0B. RGB value is (38,139,11). Sum of RGB (Red+Green+Blue) = 38+139+11=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 139 (54.69% from 255 or 73.94% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 139 - color contains mainly: green. Hex color #268B0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268B0B is #D974F4. Grayscale: #5E5E5E. Windows color (decimal): -14251253 or 756518. OLE color: 756518.

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

Color convert

RGB3813911-
CMYK0.7300.920.45
HSL107.34º85.33%29.41%-
HSV(B)107.34º92.09%54.51%-
XYZ10.0918.93.43-
YUV94.2181.0487.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 139 (54.69% from 255) = 73.94%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=20.21%
G=73.94%
B=5.85%

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
Decimal38139110.7300.920.45107.3485.3329.41
Hex268BB4905C2D6b551d
Octal462131311101345515312535
Binary1001101000101110111001001010111001011011101011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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