#138125

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

Shades of Forest Green #138125

Tints of Forest Green #138125

Color information

#138125 (or 0x138125) is unknown color: approx Forest Green. HEX triplet: 13, 81 and 25. RGB value is (19,129,37). Sum of RGB (Red+Green+Blue) = 19+129+37=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #138125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138125 is #EC7EDA. Grayscale: #555555. Windows color (decimal): -15498971 or 2457875. OLE color: 2457875.

HSL color Cylindrical-coordinate representation of color #138125: hue angle of 129.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138125 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1912937-
CMYK0.8500.710.49
HSL129.82º74.32%29.02%-
HSV(B)129.82º85.27%50.59%-
XYZ8.4515.974.39-
YUV85.62100.5680.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 129 (50.78% from 255) = 69.73%
BLUE value IS 37 (14.84% from 255) = 20%
R=10.27%
G=69.73%
B=20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129370.8500.710.49129.8274.3229.02
Hex1381255504731824a1d
Octal232014512501076120211235
Binary100111000000110010110101010100011111000110000010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138125; }

 p { color: rgb(19,129,37); }

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

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

 a { background-color: rgb(19,129,37); }

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

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

 span { border-color: rgb(19,129,37); }

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