#238502

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

Shades of Forest Green #238502

Tints of Forest Green #238502

Color information

#238502 (or 0x238502) is unknown color: approx Forest Green. HEX triplet: 23, 85 and 02. RGB value is (35,133,2). Sum of RGB (Red+Green+Blue) = 35+133+2=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #238502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238502 is #DC7AFD. Grayscale: #595959. Windows color (decimal): -14449406 or 165155. OLE color: 165155.

HSL color Cylindrical-coordinate representation of color #238502: hue angle of 104.89º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #238502 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB351332-
CMYK0.7400.980.48
HSL104.89º97.04%26.47%-
HSV(B)104.89º98.5%52.16%-
XYZ9.0917.142.89-
YUV88.7679.0389.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 133 (52.34% from 255) = 78.24%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=20.59%
G=78.24%
B=1.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3513320.7400.980.48104.8997.0426.47
Hex238524A0623069611a
Octal43205211201426015114132
Binary10001110000101101001010011000101100001101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238502; }

 p { color: rgb(35,133,2); }

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

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

 a { background-color: rgb(35,133,2); }

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

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

 span { border-color: rgb(35,133,2); }

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