#238B31

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

Shades of Forest Green #238B31

Tints of Forest Green #238B31

Color information

#238B31 (or 0x238B31) is unknown color: approx Forest Green. HEX triplet: 23, 8B and 31. RGB value is (35,139,49). Sum of RGB (Red+Green+Blue) = 35+139+49=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #238B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238B31 is #DC74CE. Grayscale: #616161. Windows color (decimal): -14447823 or 3246883. OLE color: 3246883.

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

Color convert

RGB3513949-
CMYK0.7500.650.45
HSL128.08º59.77%34.12%-
HSV(B)128.08º74.82%54.51%-
XYZ10.4819.046.03-
YUV97.64100.5483.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 139 (54.69% from 255) = 62.33%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=15.70%
G=62.33%
B=21.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35139490.7500.650.45128.0859.7734.12
Hex238B314B0412D803c22
Octal43213611130101552007442
Binary1000111000101111000110010110100000110110110000000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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