#26960B

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

Shades of Forest Green #26960B

Tints of Forest Green #26960B

Color information

#26960B (or 0x26960B) is unknown color: approx Forest Green. HEX triplet: 26, 96 and 0B. RGB value is (38,150,11). Sum of RGB (Red+Green+Blue) = 38+150+11=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 150 (58.98% from 255 or 75.38% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 150 - color contains mainly: green. Hex color #26960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26960B is #D969F4. Grayscale: #656565. Windows color (decimal): -14248437 or 759334. OLE color: 759334.

HSL color Cylindrical-coordinate representation of color #26960B: hue angle of 108.35º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26960B is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB3815011-
CMYK0.7500.930.41
HSL108.35º86.34%31.57%-
HSV(B)108.35º92.67%58.82%-
XYZ11.7722.253.99-
YUV100.6777.3983.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 150 (58.98% from 255) = 75.38%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=19.10%
G=75.38%
B=5.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38150110.7500.930.41108.3586.3431.57
Hex2696B4B05D296c5620
Octal462261311301355115412640
Binary10011010010110101110010110101110110100111011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26960B; }

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

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

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

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

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

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

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

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