Html Css Color HEX #017572 Pine Green

📋 copy color: '#017572'

red 1 ◦ green 117 ◦ blue 114

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

Shades of Pine Green #017572

Tints of Pine Green #017572

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

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

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

R = 0.43%
G = 50.43%
B = 49.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#017572 (or 0x017572) is known color: Pine Green. HEX triplet: 01, 75 and 72. RGB value is (1,117,114). Sum of RGB (Red+Green+Blue) = 1+117+114=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #017572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017572 is #FE8A8D. Grayscale: #515151. Windows color (decimal): -16681614 or 7501057. OLE color: 7501057.

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

Color convert

RGB 1 117 114 -
CMYK 0.99 0 0.03 0.54
HSL 178.45º 0.98% 0.23% -
HSV(B) 178.45º 0.99% 0.46% -
XYZ 9.41 13.94 18.12 -
YUV 81.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 1 117 114 0.99 0 0.03 0.54 178.45 0.98 0.23
Hex 1 75 72 63 0 3 36 B2 62 17
Octal 1 165 162 143 0 3 66 262 142 27
Binary 1 1110101 1110010 1100011 0 11 110110 10110010 1100010 10111

Color Harmonies of #017572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017572

Black with #017572

Text Example


Text Example

White with #017572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017572; }

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

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

background-color css

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

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

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

border-color css

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

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

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