#26AF0E

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

Shades of Forest Green #26AF0E

Tints of Forest Green #26AF0E

Color information

#26AF0E (or 0x26AF0E) is unknown color: approx Forest Green. HEX triplet: 26, AF and 0E. RGB value is (38,175,14). Sum of RGB (Red+Green+Blue) = 38+175+14=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 175 (68.75% from 255 or 77.09% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 175 - color contains mainly: green. Hex color #26AF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26AF0E is #D950F1. Grayscale: #747474. Windows color (decimal): -14242034 or 962342. OLE color: 962342.

HSL color Cylindrical-coordinate representation of color #26AF0E: hue angle of 111.06º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26AF0E is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB3817514-
CMYK0.7800.920.31
HSL111.06º85.19%37.06%-
HSV(B)111.06º92%68.63%-
XYZ16.2131.15.56-
YUV115.6870.6172.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 175 (68.75% from 255) = 77.09%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=16.74%
G=77.09%
B=6.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38175140.7800.920.31111.0685.1937.06
Hex26AFE4E05C1F6f5525
Octal462571611601343715712545
Binary1001101010111111101001110010111001111111011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26AF0E; }

 p { color: rgb(38,175,14); }

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

<style>
 a { background-color: #26AF0E; }

 a { background-color: rgb(38,175,14); }

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

<style>
 span { border-color: #26AF0E; }

 span { border-color: rgb(38,175,14); }

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