Html Css Color HEX #01736D Pine Green

📋 copy color: '#01736D'

red 1 ◦ green 115 ◦ blue 109

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

Shades of Pine Green #01736D

Tints of Pine Green #01736D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.44%

R = 0.44%
G = 51.11%
B = 48.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#01736D (or 0x01736D) is known color: Pine Green. HEX triplet: 01, 73 and 6D. RGB value is (1,115,109). Sum of RGB (Red+Green+Blue) = 1+115+109=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #01736D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01736D is #FE8C92. Grayscale: #505050. Windows color (decimal): -16682131 or 7172865. OLE color: 7172865.

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

Color convert

RGB 1 115 109 -
CMYK 0.99 0 0.05 0.55
HSL 176.84º 0.98% 0.23% -
HSV(B) 176.84º 0.99% 0.45% -
XYZ 8.9 13.37 16.58 -
YUV 80.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 1 115 109 0.99 0 0.05 0.55 176.84 0.98 0.23
Hex 1 73 6D 63 0 5 37 B1 62 17
Octal 1 163 155 143 0 5 67 261 142 27
Binary 1 1110011 1101101 1100011 0 101 110111 10110001 1100010 10111

Color Harmonies of #01736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01736D

Black with #01736D

Text Example


Text Example

White with #01736D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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