#238B1C

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

Shades of Forest Green #238B1C

Tints of Forest Green #238B1C

Color information

#238B1C (or 0x238B1C) is unknown color: approx Forest Green. HEX triplet: 23, 8B and 1C. RGB value is (35,139,28). Sum of RGB (Red+Green+Blue) = 35+139+28=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 139 (54.69% from 255 or 68.81% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 139 - color contains mainly: green. Hex color #238B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238B1C is #DC74E3. Grayscale: #5F5F5F. Windows color (decimal): -14447844 or 1870627. OLE color: 1870627.

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

Color convert

RGB3513928-
CMYK0.7500.800.45
HSL116.22º66.47%32.75%-
HSV(B)116.22º79.86%54.51%-
XYZ10.1418.914.21-
YUV95.2590.0485.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.33%
GREEN value IS 139 (54.69% from 255) = 68.81%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=17.33%
G=68.81%
B=13.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35139280.7500.800.45116.2266.4732.75
Hex238B1C4B0502D744221
Octal432133411301205516410241
Binary100011100010111110010010110101000010110111101001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,139,28); }

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

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

 a { background-color: rgb(35,139,28); }

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

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

 span { border-color: rgb(35,139,28); }

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