#269801

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

Shades of Forest Green #269801

Tints of Forest Green #269801

Color information

#269801 (or 0x269801) is unknown color: approx Forest Green. HEX triplet: 26, 98 and 01. RGB value is (38,152,1). Sum of RGB (Red+Green+Blue) = 38+152+1=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 152 (59.77% from 255 or 79.58% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 152 - color contains mainly: green. Hex color #269801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269801 is #D967FE. Grayscale: #656565. Windows color (decimal): -14247935 or 104486. OLE color: 104486.

HSL color Cylindrical-coordinate representation of color #269801: hue angle of 105.3º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #269801 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB381521-
CMYK0.7500.990.40
HSL105.3º98.69%30%-
HSV(B)105.3º99.34%59.61%-
XYZ12.0322.873.81-
YUV100.771.7383.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 152 (59.77% from 255) = 79.58%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=19.90%
G=79.58%
B=0.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3815210.7500.990.40105.398.6930
Hex269814B0632869631e
Octal46230111301435015114336
Binary1001101001100011001011011000111010001101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269801; }

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

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

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

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

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

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

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

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