#26980B

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

Shades of Forest Green #26980B

Tints of Forest Green #26980B

Color information

#26980B (or 0x26980B) is unknown color: approx Forest Green. HEX triplet: 26, 98 and 0B. RGB value is (38,152,11). Sum of RGB (Red+Green+Blue) = 38+152+11=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #26980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26980B is #D967F4. Grayscale: #666666. Windows color (decimal): -14247925 or 759846. OLE color: 759846.

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

Color convert

RGB3815211-
CMYK0.7500.930.40
HSL108.51º86.5%31.96%-
HSV(B)108.51º92.76%59.61%-
XYZ12.0922.894.1-
YUV101.8476.7382.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 152 (59.77% from 255) = 75.62%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=18.91%
G=75.62%
B=5.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38152110.7500.930.40108.5186.531.96
Hex2698B4B05D286d5720
Octal462301311301355015512740
Binary10011010011000101110010110101110110100011011011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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