#238512

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

Shades of Forest Green #238512

Tints of Forest Green #238512

Color information

#238512 (or 0x238512) is unknown color: approx Forest Green. HEX triplet: 23, 85 and 12. RGB value is (35,133,18). Sum of RGB (Red+Green+Blue) = 35+133+18=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #238512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238512 is #DC7AED. Grayscale: #5A5A5A. Windows color (decimal): -14449390 or 1213731. OLE color: 1213731.

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

Color convert

RGB3513318-
CMYK0.7400.860.48
HSL111.13º76.16%29.61%-
HSV(B)111.13º86.47%52.16%-
XYZ9.1917.183.4-
YUV90.5987.0388.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 133 (52.34% from 255) = 71.51%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=18.82%
G=71.51%
B=9.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35133180.7400.860.48111.1376.1629.61
Hex2385124A056306f4c1e
Octal432052211201266015711436
Binary10001110000101100101001010010101101100001101111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238512; }

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

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

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

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

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

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

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

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