#238220

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

Shades of Forest Green #238220

Tints of Forest Green #238220

Color information

#238220 (or 0x238220) is unknown color: approx Forest Green. HEX triplet: 23, 82 and 20. RGB value is (35,130,32). Sum of RGB (Red+Green+Blue) = 35+130+32=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #238220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238220 is #DC7DDF. Grayscale: #5A5A5A. Windows color (decimal): -14450144 or 2130467. OLE color: 2130467.

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

Color convert

RGB3513032-
CMYK0.7300.750.49
HSL118.16º60.49%31.76%-
HSV(B)118.16º75.38%50.98%-
XYZ8.9416.434.07-
YUV90.4295.0388.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 130 (51.17% from 255) = 65.99%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=17.77%
G=65.99%
B=16.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35130320.7300.750.49118.1660.4931.76
Hex2382204904B31763c20
Octal43202401110113611667440
Binary100011100000101000001001001010010111100011110110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238220; }

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

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

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

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

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

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

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

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