#268C01

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

Shades of Forest Green #268C01

Tints of Forest Green #268C01

Color information

#268C01 (or 0x268C01) is unknown color: approx Forest Green. HEX triplet: 26, 8C and 01. RGB value is (38,140,1). Sum of RGB (Red+Green+Blue) = 38+140+1=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 140 (55.08% from 255 or 78.21% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 140 - color contains mainly: green. Hex color #268C01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268C01 is #D973FE. Grayscale: #5E5E5E. Windows color (decimal): -14251007 or 101414. OLE color: 101414.

HSL color Cylindrical-coordinate representation of color #268C01: hue angle of 104.03º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #268C01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB381401-
CMYK0.7300.990.45
HSL104.03º98.58%27.65%-
HSV(B)104.03º99.29%54.9%-
XYZ10.1819.173.19-
YUV93.6675.7188.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 140 (55.08% from 255) = 78.21%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=21.23%
G=78.21%
B=0.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3814010.7300.990.45104.0398.5827.65
Hex268C1490632D68631c
Octal46214111101435515014334
Binary1001101000110011001001011000111011011101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268C01; }

 p { color: rgb(38,140,1); }

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

<style>
 a { background-color: #268C01; }

 a { background-color: rgb(38,140,1); }

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

<style>
 span { border-color: #268C01; }

 span { border-color: rgb(38,140,1); }

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