Html Css Color HEX #017872 Pine Green

📋 copy color: '#017872'

red 1 ◦ green 120 ◦ blue 114

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

Shades of Pine Green #017872

Tints of Pine Green #017872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.06%

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

R = 0.43%
G = 51.06%
B = 48.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#017872 (or 0x017872) is known color: Pine Green. HEX triplet: 01, 78 and 72. RGB value is (1,120,114). Sum of RGB (Red+Green+Blue) = 1+120+114=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #017872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017872 is #FE878D. Grayscale: #535353. Windows color (decimal): -16680846 or 7501825. OLE color: 7501825.

HSL color Cylindrical-coordinate representation of color #017872: hue angle of 176.97º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017872 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 120 114 -
CMYK 0.99 0 0.05 0.53
HSL 176.97º 0.98% 0.24% -
HSV(B) 176.97º 0.99% 0.47% -
XYZ 9.77 14.65 18.23 -
YUV 83.74 145.08 68.99 -
System Red Green Blue C M Y K H S L
Decimal 1 120 114 0.99 0 0.05 0.53 176.97 0.98 0.24
Hex 1 78 72 63 0 5 35 B1 62 18
Octal 1 170 162 143 0 5 65 261 142 30
Binary 1 1111000 1110010 1100011 0 101 110101 10110001 1100010 11000

Color Harmonies of #017872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017872

Black with #017872

Text Example


Text Example

White with #017872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017872; }

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

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

background-color css

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

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

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

border-color css

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

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

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