Html Css Color HEX #138124 Forest Green

📋 copy color: '#138124'

red 19 ◦ green 129 ◦ blue 36

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

Shades of Forest Green #138124

Tints of Forest Green #138124

RGB

 RED value IS 19 (7.81% from 255) = 10.33%

 GREEN value IS 129 (50.78% from 255) = 70.11%

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 10.33%
G = 70.11%
B = 19.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#138124 (or 0x138124) is known color: Forest Green. HEX triplet: 13, 81 and 24. RGB value is (19,129,36). Sum of RGB (Red+Green+Blue) = 19+129+36=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 129 (50.78% from 255 or 70.11% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 129 - color contains mainly: green. Hex color #138124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138124 is #EC7EDB. Grayscale: #555555. Windows color (decimal): -15498972 or 2392339. OLE color: 2392339.

HSL color Cylindrical-coordinate representation of color #138124: hue angle of 129.27º 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 #138124 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 36 -
CMYK 0.85 0 0.72 0.49
HSL 129.27º 0.74% 0.29% -
HSV(B) 129.27º 0.85% 0.51% -
XYZ 8.44 15.97 4.31 -
YUV 85.51 100.06 80.56 -
System Red Green Blue C M Y K H S L
Decimal 19 129 36 0.85 0 0.72 0.49 129.27 0.74 0.29
Hex 13 81 24 55 0 48 31 81 4A 1D
Octal 23 201 44 125 0 110 61 201 112 35
Binary 10011 10000001 100100 1010101 0 1001000 110001 10000001 1001010 11101

Color Harmonies of #138124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138124

Black with #138124

Text Example


Text Example

White with #138124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138124; }

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

 H1.HeaderClassName
 {
   color: #138124;
 }
 .AnyTagClassName
 {
   color: #138124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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