#238201

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

Shades of Forest Green #238201

Tints of Forest Green #238201

Color information

#238201 (or 0x238201) is unknown color: approx Forest Green. HEX triplet: 23, 82 and 01. RGB value is (35,130,1). Sum of RGB (Red+Green+Blue) = 35+130+1=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #238201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238201 is #DC7DFE. Grayscale: #575757. Windows color (decimal): -14450175 or 98851. OLE color: 98851.

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

Color convert

RGB351301-
CMYK0.7300.990.49
HSL104.19º98.47%25.69%-
HSV(B)104.19º99.23%50.98%-
XYZ8.6816.322.72-
YUV86.8979.5390.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 130 (51.17% from 255) = 78.31%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=21.08%
G=78.31%
B=0.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3513010.7300.990.49104.1998.4725.69
Hex23821490633168621a
Octal43202111101436115014232
Binary1000111000001011001001011000111100011101000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238201; }

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

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

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

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

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

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

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

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