#139230

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

Shades of Forest Green #139230

Tints of Forest Green #139230

Color information

#139230 (or 0x139230) is unknown color: approx Forest Green. HEX triplet: 13, 92 and 30. RGB value is (19,146,48). Sum of RGB (Red+Green+Blue) = 19+146+48=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 146 (57.42% from 255 or 68.54% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 146 - color contains mainly: green. Hex color #139230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139230 is #EC6DCF. Grayscale: #616161. Windows color (decimal): -15494608 or 3183123. OLE color: 3183123.

HSL color Cylindrical-coordinate representation of color #139230: hue angle of 133.7º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139230 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1914648-
CMYK0.8700.670.43
HSL133.7º76.97%32.35%-
HSV(B)133.7º86.99%57.25%-
XYZ11.0820.916.25-
YUV96.85100.4272.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 146 (57.42% from 255) = 68.54%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=8.92%
G=68.54%
B=22.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19146480.8700.670.43133.776.9732.35
Hex139230570432B864d20
Octal232226012701035320611540
Binary1001110010010110000101011101000011101011100001101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139230; }

 p { color: rgb(19,146,48); }

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

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

 a { background-color: rgb(19,146,48); }

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

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

 span { border-color: rgb(19,146,48); }

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