#238525

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

Shades of Forest Green #238525

Tints of Forest Green #238525

Color information

#238525 (or 0x238525) is unknown color: approx Forest Green. HEX triplet: 23, 85 and 25. RGB value is (35,133,37). Sum of RGB (Red+Green+Blue) = 35+133+37=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #238525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238525 is #DC7ADA. Grayscale: #5D5D5D. Windows color (decimal): -14449371 or 2458915. OLE color: 2458915.

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

Color convert

RGB3513337-
CMYK0.7400.720.48
HSL121.22º58.33%32.94%-
HSV(B)121.22º73.68%52.16%-
XYZ9.4117.274.59-
YUV92.7596.5386.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=17.07%
G=64.88%
B=18.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35133370.7400.720.48121.2258.3332.94
Hex2385254A04830793a21
Octal43205451120110601717241
Binary100011100001011001011001010010010001100001111001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238525; }

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

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

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

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

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

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

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

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