Html Css Color HEX #138F1C Forest Green

📋 copy color: '#138F1C'

red 19 ◦ green 143 ◦ blue 28

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

Shades of Forest Green #138F1C

Tints of Forest Green #138F1C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 75.26%

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

R = 10%
G = 75.26%
B = 14.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#138F1C (or 0x138F1C) is known color: Forest Green. HEX triplet: 13, 8F and 1C. RGB value is (19,143,28). Sum of RGB (Red+Green+Blue) = 19+143+28=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 143 (56.25% from 255 or 75.26% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 143 - color contains mainly: green. Hex color #138F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138F1C is #EC70E3. Grayscale: #5D5D5D. Windows color (decimal): -15495396 or 1871635. OLE color: 1871635.

HSL color Cylindrical-coordinate representation of color #138F1C: hue angle of 124.35º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138F1C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 143 28 -
CMYK 0.87 0 0.80 0.44
HSL 124.35º 0.77% 0.32% -
HSV(B) 124.35º 0.87% 0.56% -
XYZ 10.3 19.87 4.39 -
YUV 92.81 91.42 75.35 -
System Red Green Blue C M Y K H S L
Decimal 19 143 28 0.87 0 0.80 0.44 124.35 0.77 0.32
Hex 13 8F 1C 57 0 50 2C 7C 4D 20
Octal 23 217 34 127 0 120 54 174 115 40
Binary 10011 10001111 11100 1010111 0 1010000 101100 1111100 1001101 100000

Color Harmonies of #138F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138F1C

Black with #138F1C

Text Example


Text Example

White with #138F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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