Html Css Color HEX #157572 Pine Green

📋 copy color: '#157572'

red 21 ◦ green 117 ◦ blue 114

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

Shades of Pine Green #157572

Tints of Pine Green #157572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 8.33%
G = 46.43%
B = 45.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#157572 (or 0x157572) is known color: Pine Green. HEX triplet: 15, 75 and 72. RGB value is (21,117,114). Sum of RGB (Red+Green+Blue) = 21+117+114=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #157572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157572 is #EA8A8D. Grayscale: #575757. Windows color (decimal): -15370894 or 7501077. OLE color: 7501077.

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

Color convert

RGB 21 117 114 -
CMYK 0.82 0 0.03 0.54
HSL 178.13º 0.7% 0.27% -
HSV(B) 178.13º 0.82% 0.46% -
XYZ 9.71 14.1 18.13 -
YUV 87.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 21 117 114 0.82 0 0.03 0.54 178.13 0.7 0.27
Hex 15 75 72 52 0 3 36 B2 46 1B
Octal 25 165 162 122 0 3 66 262 106 33
Binary 10101 1110101 1110010 1010010 0 11 110110 10110010 1000110 11011

Color Harmonies of #157572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157572

Black with #157572

Text Example


Text Example

White with #157572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157572; }

 p { color: rgb(21,117,114); }

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

background-color css

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

 a { background-color: rgb(21,117,114); }

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

border-color css

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

 span { border-color: rgb(21,117,114); }

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