#269401

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

Shades of Forest Green #269401

Tints of Forest Green #269401

Color information

#269401 (or 0x269401) is unknown color: approx Forest Green. HEX triplet: 26, 94 and 01. RGB value is (38,148,1). Sum of RGB (Red+Green+Blue) = 38+148+1=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 148 (58.20% from 255 or 79.14% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 148 - color contains mainly: green. Hex color #269401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269401 is #D96BFE. Grayscale: #626262. Windows color (decimal): -14248959 or 103462. OLE color: 103462.

HSL color Cylindrical-coordinate representation of color #269401: hue angle of 104.9º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #269401 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB381481-
CMYK0.7400.990.42
HSL104.9º98.66%29.22%-
HSV(B)104.9º99.32%58.04%-
XYZ11.3921.593.6-
YUV98.3573.0684.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 148 (58.20% from 255) = 79.14%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=20.32%
G=79.14%
B=0.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3814810.7400.990.42104.998.6629.22
Hex269414A0632A69631d
Octal46224111201435215114335
Binary1001101001010011001010011000111010101101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269401; }

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

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

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

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

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

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

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

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