Html Css Color HEX #137212 Green

📋 copy color: '#137212'

red 19 ◦ green 114 ◦ blue 18

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

Shades of Green #137212

Tints of Green #137212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 75.5%

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

R = 12.58%
G = 75.5%
B = 11.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#137212 (or 0x137212) is known color: Green. HEX triplet: 13, 72 and 12. RGB value is (19,114,18). Sum of RGB (Red+Green+Blue) = 19+114+18=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #137212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137212 is #EC8DED. Grayscale: #4A4A4A. Windows color (decimal): -15502830 or 1208851. OLE color: 1208851.

HSL color Cylindrical-coordinate representation of color #137212: hue angle of 119.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137212 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 18 -
CMYK 0.83 0 0.84 0.55
HSL 119.38º 0.73% 0.26% -
HSV(B) 119.38º 0.84% 0.45% -
XYZ 6.4 12.22 2.59 -
YUV 74.65 96.03 88.31 -
System Red Green Blue C M Y K H S L
Decimal 19 114 18 0.83 0 0.84 0.55 119.38 0.73 0.26
Hex 13 72 12 53 0 54 37 77 49 1A
Octal 23 162 22 123 0 124 67 167 111 32
Binary 10011 1110010 10010 1010011 0 1010100 110111 1110111 1001001 11010

Color Harmonies of #137212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137212

Black with #137212

Text Example


Text Example

White with #137212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137212; }

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

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

background-color css

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

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

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

border-color css

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

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

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