#26960C

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

Shades of Forest Green #26960C

Tints of Forest Green #26960C

Color information

#26960C (or 0x26960C) is unknown color: approx Forest Green. HEX triplet: 26, 96 and 0C. RGB value is (38,150,12). Sum of RGB (Red+Green+Blue) = 38+150+12=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 150 (58.98% from 255 or 75% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 150 - color contains mainly: green. Hex color #26960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26960C is #D969F3. Grayscale: #656565. Windows color (decimal): -14248436 or 824870. OLE color: 824870.

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

Color convert

RGB3815012-
CMYK0.7500.920.41
HSL108.7º85.19%31.76%-
HSV(B)108.7º92%58.82%-
XYZ11.7722.254.02-
YUV100.7877.8983.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 150 (58.98% from 255) = 75%
BLUE value IS 12 (5.08% from 255) = 6%
R=19%
G=75%
B=6%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38150120.7500.920.41108.785.1931.76
Hex2696C4B05C296d5520
Octal462261411301345115512540
Binary10011010010110110010010110101110010100111011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26960C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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