#238C1E

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

Shades of Forest Green #238C1E

Tints of Forest Green #238C1E

Color information

#238C1E (or 0x238C1E) is unknown color: approx Forest Green. HEX triplet: 23, 8C and 1E. RGB value is (35,140,30). Sum of RGB (Red+Green+Blue) = 35+140+30=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #238C1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C1E is #DC73E1. Grayscale: #606060. Windows color (decimal): -14447586 or 2001955. OLE color: 2001955.

HSL color Cylindrical-coordinate representation of color #238C1E: hue angle of 117.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238C1E is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB3514030-
CMYK0.7500.790.45
HSL117.27º64.71%33.33%-
HSV(B)117.27º78.57%54.9%-
XYZ10.3119.214.39-
YUV96.0690.7184.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 140 (55.08% from 255) = 68.29%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=17.07%
G=68.29%
B=14.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35140300.7500.790.45117.2764.7133.33
Hex238C1E4B04F2D754121
Octal432143611301175516510141
Binary100011100011001111010010110100111110110111101011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238C1E; }

 p { color: rgb(35,140,30); }

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

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

 a { background-color: rgb(35,140,30); }

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

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

 span { border-color: rgb(35,140,30); }

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