Html Css Color HEX #138125 Forest Green

📋 copy color: '#138125'

red 19 ◦ green 129 ◦ blue 37

#138125
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #138125

Tints of Forest Green #138125

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 value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#138125 (or 0x138125) is known color: 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

RGB 19 129 37 -
CMYK 0.85 0 0.71 0.49
HSL 129.82º 0.74% 0.29% -
HSV(B) 129.82º 0.85% 0.51% -
XYZ 8.45 15.97 4.39 -
YUV 85.62 100.56 80.48 -
System Red Green Blue C M Y K H S L
Decimal 19 129 37 0.85 0 0.71 0.49 129.82 0.74 0.29
Hex 13 81 25 55 0 47 31 82 4A 1D
Octal 23 201 45 125 0 107 61 202 112 35
Binary 10011 10000001 100101 1010101 0 1000111 110001 10000010 1001010 11101

Color Harmonies of #138125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138125

Black with #138125

Text Example


Text Example

White with #138125

Text Example


Text Example

HTML Codes & Css Web 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>