Html Css Color HEX #137972 Pine Green

📋 copy color: '#137972'

red 19 ◦ green 121 ◦ blue 114

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

Shades of Pine Green #137972

Tints of Pine Green #137972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 7.48%
G = 47.64%
B = 44.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#137972 (or 0x137972) is known color: Pine Green. HEX triplet: 13, 79 and 72. RGB value is (19,121,114). Sum of RGB (Red+Green+Blue) = 19+121+114=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #137972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137972 is #EC868D. Grayscale: #595959. Windows color (decimal): -15500942 or 7502099. OLE color: 7502099.

HSL color Cylindrical-coordinate representation of color #137972: hue angle of 175.88º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137972 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 114 -
CMYK 0.84 0 0.06 0.53
HSL 175.88º 0.73% 0.27% -
HSV(B) 175.88º 0.84% 0.47% -
XYZ 10.14 15.03 18.29 -
YUV 89.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 19 121 114 0.84 0 0.06 0.53 175.88 0.73 0.27
Hex 13 79 72 54 0 6 35 B0 49 1B
Octal 23 171 162 124 0 6 65 260 111 33
Binary 10011 1111001 1110010 1010100 0 110 110101 10110000 1001001 11011

Color Harmonies of #137972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137972

Black with #137972

Text Example


Text Example

White with #137972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137972; }

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

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

background-color css

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

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

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

border-color css

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

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

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