#26961C

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

Shades of Forest Green #26961C

Tints of Forest Green #26961C

Color information

#26961C (or 0x26961C) is unknown color: approx Forest Green. HEX triplet: 26, 96 and 1C. RGB value is (38,150,28). Sum of RGB (Red+Green+Blue) = 38+150+28=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #26961C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26961C is #D969E3. Grayscale: #666666. Windows color (decimal): -14248420 or 1873446. OLE color: 1873446.

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

Color convert

RGB3815028-
CMYK0.7500.810.41
HSL115.08º68.54%34.9%-
HSV(B)115.08º81.33%58.82%-
XYZ11.9222.314.78-
YUV102.685.8981.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 150 (58.98% from 255) = 69.44%
BLUE value IS 28 (11.33% from 255) = 12.96%
R=17.59%
G=69.44%
B=12.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38150280.7500.810.41115.0868.5434.9
Hex26961C4B05129734523
Octal462263411301215116310543
Binary100110100101101110010010110101000110100111100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26961C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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