#26872A

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

Shades of Forest Green #26872A

Tints of Forest Green #26872A

Color information

#26872A (or 0x26872A) is unknown color: approx Forest Green. HEX triplet: 26, 87 and 2A. RGB value is (38,135,42). Sum of RGB (Red+Green+Blue) = 38+135+42=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #26872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26872A is #D978D5. Grayscale: #5F5F5F. Windows color (decimal): -14252246 or 2787110. OLE color: 2787110.

HSL color Cylindrical-coordinate representation of color #26872A: hue angle of 122.47º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26872A is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB3813542-
CMYK0.7200.690.47
HSL122.47º56.07%33.92%-
HSV(B)122.47º71.85%52.94%-
XYZ9.8817.915.13-
YUV95.3997.8687.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 135 (53.12% from 255) = 62.79%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=17.67%
G=62.79%
B=19.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38135420.7200.690.47122.4756.0733.92
Hex26872A480452F7a3822
Octal46207521100105571727042
Binary100110100001111010101001000010001011011111111010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26872A; }

 p { color: rgb(38,135,42); }

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

<style>
 a { background-color: #26872A; }

 a { background-color: rgb(38,135,42); }

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

<style>
 span { border-color: #26872A; }

 span { border-color: rgb(38,135,42); }

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