Html Css Color HEX #01736C Pine Green

📋 copy color: '#01736C'

red 1 ◦ green 115 ◦ blue 108

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

Shades of Pine Green #01736C

Tints of Pine Green #01736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 0.45%
G = 51.34%
B = 48.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#01736C (or 0x01736C) is known color: Pine Green. HEX triplet: 01, 73 and 6C. RGB value is (1,115,108). Sum of RGB (Red+Green+Blue) = 1+115+108=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #01736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01736C is #FE8C93. Grayscale: #505050. Windows color (decimal): -16682132 or 7107329. OLE color: 7107329.

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

Color convert

RGB 1 115 108 -
CMYK 0.99 0 0.06 0.55
HSL 176.32º 0.98% 0.23% -
HSV(B) 176.32º 0.99% 0.45% -
XYZ 8.85 13.35 16.3 -
YUV 80.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 1 115 108 0.99 0 0.06 0.55 176.32 0.98 0.23
Hex 1 73 6C 63 0 6 37 B0 62 17
Octal 1 163 154 143 0 6 67 260 142 27
Binary 1 1110011 1101100 1100011 0 110 110111 10110000 1100010 10111

Color Harmonies of #01736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01736C

Black with #01736C

Text Example


Text Example

White with #01736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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