Html Css Color HEX #01736B Pine Green

📋 copy color: '#01736B'

red 1 ◦ green 115 ◦ blue 107

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

Shades of Pine Green #01736B

Tints of Pine Green #01736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 0.45%
G = 51.57%
B = 47.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#01736B (or 0x01736B) is known color: Pine Green. HEX triplet: 01, 73 and 6B. RGB value is (1,115,107). Sum of RGB (Red+Green+Blue) = 1+115+107=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #01736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01736B is #FE8C94. Grayscale: #4F4F4F. Windows color (decimal): -16682133 or 7041793. OLE color: 7041793.

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

Color convert

RGB 1 115 107 -
CMYK 0.99 0 0.07 0.55
HSL 175.79º 0.98% 0.23% -
HSV(B) 175.79º 0.99% 0.45% -
XYZ 8.8 13.33 16.02 -
YUV 80 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 1 115 107 0.99 0 0.07 0.55 175.79 0.98 0.23
Hex 1 73 6B 63 0 7 37 B0 62 17
Octal 1 163 153 143 0 7 67 260 142 27
Binary 1 1110011 1101011 1100011 0 111 110111 10110000 1100010 10111

Color Harmonies of #01736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01736B

Black with #01736B

Text Example


Text Example

White with #01736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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