Html Css Color HEX #138312 Forest Green

📋 copy color: '#138312'

red 19 ◦ green 131 ◦ blue 18

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

Shades of Forest Green #138312

Tints of Forest Green #138312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 77.98%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 11.31%
G = 77.98%
B = 10.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#138312 (or 0x138312) is known color: Forest Green. HEX triplet: 13, 83 and 12. RGB value is (19,131,18). Sum of RGB (Red+Green+Blue) = 19+131+18=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 131 (51.56% from 255 or 77.98% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 131 - color contains mainly: green. Hex color #138312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138312 is #EC7CED. Grayscale: #545454. Windows color (decimal): -15498478 or 1213203. OLE color: 1213203.

HSL color Cylindrical-coordinate representation of color #138312: hue angle of 119.47º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138312 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 18 -
CMYK 0.85 0 0.86 0.49
HSL 119.47º 0.76% 0.29% -
HSV(B) 119.47º 0.86% 0.51% -
XYZ 8.49 16.41 3.29 -
YUV 84.63 90.39 81.19 -
System Red Green Blue C M Y K H S L
Decimal 19 131 18 0.85 0 0.86 0.49 119.47 0.76 0.29
Hex 13 83 12 55 0 56 31 77 4C 1D
Octal 23 203 22 125 0 126 61 167 114 35
Binary 10011 10000011 10010 1010101 0 1010110 110001 1110111 1001100 11101

Color Harmonies of #138312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138312

Black with #138312

Text Example


Text Example

White with #138312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138312; }

 p { color: rgb(19,131,18); }

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

background-color css

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

 a { background-color: rgb(19,131,18); }

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

border-color css

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

 span { border-color: rgb(19,131,18); }

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