#238320

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

Shades of Forest Green #238320

Tints of Forest Green #238320

Color information

#238320 (or 0x238320) is unknown color: approx Forest Green. HEX triplet: 23, 83 and 20. RGB value is (35,131,32). Sum of RGB (Red+Green+Blue) = 35+131+32=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 131 (51.56% from 255 or 66.16% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 131 - color contains mainly: green. Hex color #238320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238320 is #DC7CDF. Grayscale: #5B5B5B. Windows color (decimal): -14449888 or 2130723. OLE color: 2130723.

HSL color Cylindrical-coordinate representation of color #238320: hue angle of 118.18º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238320 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB3513132-
CMYK0.7300.760.49
HSL118.18º60.74%31.96%-
HSV(B)118.18º75.57%51.37%-
XYZ9.0716.694.11-
YUV91.0194.788.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 131 (51.56% from 255) = 66.16%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=17.68%
G=66.16%
B=16.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35131320.7300.760.49118.1860.7431.96
Hex2383204904C31763d20
Octal43203401110114611667540
Binary100011100000111000001001001010011001100011110110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238320; }

 p { color: rgb(35,131,32); }

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

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

 a { background-color: rgb(35,131,32); }

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

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

 span { border-color: rgb(35,131,32); }

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