Html Css Color HEX #138A1C Forest Green

📋 copy color: '#138A1C'

red 19 ◦ green 138 ◦ blue 28

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

Shades of Forest Green #138A1C

Tints of Forest Green #138A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 74.59%

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 10.27%
G = 74.59%
B = 15.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#138A1C (or 0x138A1C) is known color: Forest Green. HEX triplet: 13, 8A and 1C. RGB value is (19,138,28). Sum of RGB (Red+Green+Blue) = 19+138+28=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 138 (54.30% from 255 or 74.59% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 138 - color contains mainly: green. Hex color #138A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A1C is #EC75E3. Grayscale: #5A5A5A. Windows color (decimal): -15496676 or 1870355. OLE color: 1870355.

HSL color Cylindrical-coordinate representation of color #138A1C: hue angle of 124.54º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A1C is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 138 28 -
CMYK 0.86 0 0.80 0.46
HSL 124.54º 0.76% 0.31% -
HSV(B) 124.54º 0.86% 0.54% -
XYZ 9.57 18.4 4.15 -
YUV 89.88 93.08 77.44 -
System Red Green Blue C M Y K H S L
Decimal 19 138 28 0.86 0 0.80 0.46 124.54 0.76 0.31
Hex 13 8A 1C 56 0 50 2E 7D 4C 1F
Octal 23 212 34 126 0 120 56 175 114 37
Binary 10011 10001010 11100 1010110 0 1010000 101110 1111101 1001100 11111

Color Harmonies of #138A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A1C

Black with #138A1C

Text Example


Text Example

White with #138A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138A1C; }

 p { color: rgb(19,138,28); }

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

background-color css

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

 a { background-color: rgb(19,138,28); }

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

border-color css

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

 span { border-color: rgb(19,138,28); }

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