#238B2D

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

Shades of Forest Green #238B2D

Tints of Forest Green #238B2D

Color information

#238B2D (or 0x238B2D) is unknown color: approx Forest Green. HEX triplet: 23, 8B and 2D. RGB value is (35,139,45). Sum of RGB (Red+Green+Blue) = 35+139+45=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #238B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238B2D is #DC74D2. Grayscale: #616161. Windows color (decimal): -14447827 or 2984739. OLE color: 2984739.

HSL color Cylindrical-coordinate representation of color #238B2D: hue angle of 125.77º 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 #238B2D is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB3513945-
CMYK0.7500.680.45
HSL125.77º59.77%34.12%-
HSV(B)125.77º74.82%54.51%-
XYZ10.419.015.6-
YUV97.1998.5483.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 139 (54.69% from 255) = 63.47%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=15.98%
G=63.47%
B=20.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35139450.7500.680.45125.7759.7734.12
Hex238B2D4B0442D7e3c22
Octal43213551130104551767442
Binary100011100010111011011001011010001001011011111110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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