Html Css Color HEX #137270 Pine Green

📋 copy color: '#137270'

red 19 ◦ green 114 ◦ blue 112

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

Shades of Pine Green #137270

Tints of Pine Green #137270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 7.76%
G = 46.53%
B = 45.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#137270 (or 0x137270) is known color: Pine Green. HEX triplet: 13, 72 and 70. RGB value is (19,114,112). Sum of RGB (Red+Green+Blue) = 19+114+112=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #137270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137270 is #EC8D8F. Grayscale: #555555. Windows color (decimal): -15502736 or 7369235. OLE color: 7369235.

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

Color convert

RGB 19 114 112 -
CMYK 0.83 0 0.02 0.55
HSL 178.74º 0.71% 0.26% -
HSV(B) 178.74º 0.83% 0.45% -
XYZ 9.21 13.34 17.42 -
YUV 85.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 19 114 112 0.83 0 0.02 0.55 178.74 0.71 0.26
Hex 13 72 70 53 0 2 37 B3 47 1A
Octal 23 162 160 123 0 2 67 263 107 32
Binary 10011 1110010 1110000 1010011 0 10 110111 10110011 1000111 11010

Color Harmonies of #137270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137270

Black with #137270

Text Example


Text Example

White with #137270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137270; }

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

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

background-color css

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

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

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

border-color css

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

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

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