Html Css Color HEX #01726F Pine Green

📋 copy color: '#01726F'

red 1 ◦ green 114 ◦ blue 111

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

Shades of Pine Green #01726F

Tints of Pine Green #01726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 0.44%
G = 50.44%
B = 49.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#01726F (or 0x01726F) is known color: Pine Green. HEX triplet: 01, 72 and 6F. RGB value is (1,114,111). Sum of RGB (Red+Green+Blue) = 1+114+111=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #01726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01726F is #FE8D90. Grayscale: #4F4F4F. Windows color (decimal): -16682385 or 7303681. OLE color: 7303681.

HSL color Cylindrical-coordinate representation of color #01726F: hue angle of 178.41º 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 #01726F is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 111 -
CMYK 0.99 0 0.03 0.55
HSL 178.41º 0.98% 0.23% -
HSV(B) 178.41º 0.99% 0.45% -
XYZ 8.9 13.19 17.12 -
YUV 79.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 1 114 111 0.99 0 0.03 0.55 178.41 0.98 0.23
Hex 1 72 6F 63 0 3 37 B2 62 17
Octal 1 162 157 143 0 3 67 262 142 27
Binary 1 1110010 1101111 1100011 0 11 110111 10110010 1100010 10111

Color Harmonies of #01726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01726F

Black with #01726F

Text Example


Text Example

White with #01726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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