Html Css Color HEX #157470 Pine Green

📋 copy color: '#157470'

red 21 ◦ green 116 ◦ blue 112

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

Shades of Pine Green #157470

Tints of Pine Green #157470

RGB

 RED value IS 21 (8.59% from 255) = 8.43%

 GREEN value IS 116 (45.7% from 255) = 46.59%

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

R = 8.43%
G = 46.59%
B = 44.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#157470 (or 0x157470) is known color: Pine Green. HEX triplet: 15, 74 and 70. RGB value is (21,116,112). Sum of RGB (Red+Green+Blue) = 21+116+112=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #157470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157470 is #EA8B8F. Grayscale: #575757. Windows color (decimal): -15371152 or 7369749. OLE color: 7369749.

HSL color Cylindrical-coordinate representation of color #157470: hue angle of 177.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157470 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 112 -
CMYK 0.82 0 0.03 0.55
HSL 177.47º 0.69% 0.27% -
HSV(B) 177.47º 0.82% 0.45% -
XYZ 9.48 13.82 17.5 -
YUV 87.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 21 116 112 0.82 0 0.03 0.55 177.47 0.69 0.27
Hex 15 74 70 52 0 3 37 B1 45 1B
Octal 25 164 160 122 0 3 67 261 105 33
Binary 10101 1110100 1110000 1010010 0 11 110111 10110001 1000101 11011

Color Harmonies of #157470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157470

Black with #157470

Text Example


Text Example

White with #157470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157470; }

 p { color: rgb(21,116,112); }

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

background-color css

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

 a { background-color: rgb(21,116,112); }

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

border-color css

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

 span { border-color: rgb(21,116,112); }

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