#269520

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

Shades of Forest Green #269520

Tints of Forest Green #269520

Color information

#269520 (or 0x269520) is unknown color: approx Forest Green. HEX triplet: 26, 95 and 20. RGB value is (38,149,32). Sum of RGB (Red+Green+Blue) = 38+149+32=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #269520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269520 is #D96ADF. Grayscale: #666666. Windows color (decimal): -14248672 or 2135334. OLE color: 2135334.

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

Color convert

RGB3814932-
CMYK0.7400.790.42
HSL116.92º64.64%35.49%-
HSV(B)116.92º78.52%58.43%-
XYZ11.8122.014.99-
YUV102.4788.2382.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 149 (58.59% from 255) = 68.04%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=17.35%
G=68.04%
B=14.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38149320.7400.790.42116.9264.6435.49
Hex2695204A04F2A754123
Octal462254011201175216510143
Binary1001101001010110000010010100100111110101011101011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269520; }

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

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

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

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

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

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

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

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