#269320

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

Shades of Forest Green #269320

Tints of Forest Green #269320

Color information

#269320 (or 0x269320) is unknown color: approx Forest Green. HEX triplet: 26, 93 and 20. RGB value is (38,147,32). Sum of RGB (Red+Green+Blue) = 38+147+32=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #269320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269320 is #D96CDF. Grayscale: #656565. Windows color (decimal): -14249184 or 2134822. OLE color: 2134822.

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

Color convert

RGB3814732-
CMYK0.7400.780.42
HSL116.87º64.25%35.1%-
HSV(B)116.87º78.23%57.65%-
XYZ11.4921.384.89-
YUV101.388.8982.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=17.51%
G=67.74%
B=14.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38147320.7400.780.42116.8764.2535.1
Hex2693204A04E2A754023
Octal462234011201165216510043
Binary1001101001001110000010010100100111010101011101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269320; }

 p { color: rgb(38,147,32); }

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

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

 a { background-color: rgb(38,147,32); }

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

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

 span { border-color: rgb(38,147,32); }

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