Html Css Color HEX #01736F Pine Green

📋 copy color: '#01736F'

red 1 ◦ green 115 ◦ blue 111

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

Shades of Pine Green #01736F

Tints of Pine Green #01736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

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

R = 0.44%
G = 50.66%
B = 48.9%

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

#01736F (or 0x01736F) is known color: Pine Green. HEX triplet: 01, 73 and 6F. RGB value is (1,115,111). Sum of RGB (Red+Green+Blue) = 1+115+111=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #01736F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01736F is #FE8C90. Grayscale: #505050. Windows color (decimal): -16682129 or 7303937. OLE color: 7303937.

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

Color convert

RGB 1 115 111 -
CMYK 0.99 0 0.03 0.55
HSL 177.89º 0.98% 0.23% -
HSV(B) 177.89º 0.99% 0.45% -
XYZ 9.01 13.42 17.15 -
YUV 80.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 1 115 111 0.99 0 0.03 0.55 177.89 0.98 0.23
Hex 1 73 6F 63 0 3 37 B2 62 17
Octal 1 163 157 143 0 3 67 262 142 27
Binary 1 1110011 1101111 1100011 0 11 110111 10110010 1100010 10111

Color Harmonies of #01736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01736F

Black with #01736F

Text Example


Text Example

White with #01736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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