Html Css Color HEX #138B1C Forest Green

📋 copy color: '#138B1C'

red 19 ◦ green 139 ◦ blue 28

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

Shades of Forest Green #138B1C

Tints of Forest Green #138B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 74.73%

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

R = 10.22%
G = 74.73%
B = 15.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#138B1C (or 0x138B1C) is known color: Forest Green. HEX triplet: 13, 8B and 1C. RGB value is (19,139,28). Sum of RGB (Red+Green+Blue) = 19+139+28=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 139 (54.69% from 255 or 74.73% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 139 - color contains mainly: green. Hex color #138B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B1C is #EC74E3. Grayscale: #5A5A5A. Windows color (decimal): -15496420 or 1870611. OLE color: 1870611.

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

Color convert

RGB 19 139 28 -
CMYK 0.86 0 0.80 0.45
HSL 124.5º 0.76% 0.31% -
HSV(B) 124.5º 0.86% 0.55% -
XYZ 9.71 18.69 4.19 -
YUV 90.47 92.74 77.03 -
System Red Green Blue C M Y K H S L
Decimal 19 139 28 0.86 0 0.80 0.45 124.5 0.76 0.31
Hex 13 8B 1C 56 0 50 2D 7C 4C 1F
Octal 23 213 34 126 0 120 55 174 114 37
Binary 10011 10001011 11100 1010110 0 1010000 101101 1111100 1001100 11111

Color Harmonies of #138B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B1C

Black with #138B1C

Text Example


Text Example

White with #138B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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