Html Css Color HEX #017272 Pine Green

📋 copy color: '#017272'

red 1 ◦ green 114 ◦ blue 114

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

Shades of Pine Green #017272

Tints of Pine Green #017272

RGB

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

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

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

R = 0.44%
G = 49.78%
B = 49.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#017272 (or 0x017272) is known color: Pine Green. HEX triplet: 01, 72 and 72. RGB value is (1,114,114). Sum of RGB (Red+Green+Blue) = 1+114+114=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #017272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017272 is #FE8D8D. Grayscale: #505050. Windows color (decimal): -16682382 or 7500289. OLE color: 7500289.

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

Color convert

RGB 1 114 114 -
CMYK 0.99 0 0 0.55
HSL 180º 0.98% 0.23% -
HSV(B) 180º 0.99% 0.45% -
XYZ 9.07 13.26 18 -
YUV 80.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 1 114 114 0.99 0 0 0.55 180 0.98 0.23
Hex 1 72 72 63 0 0 37 B4 62 17
Octal 1 162 162 143 0 0 67 264 142 27
Binary 1 1110010 1110010 1100011 0 0 110111 10110100 1100010 10111

Color Harmonies of #017272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017272

Black with #017272

Text Example


Text Example

White with #017272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017272; }

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

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

background-color css

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

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

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

border-color css

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

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

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