Html Css Color HEX #017369 Pine Green

📋 copy color: '#017369'

red 1 ◦ green 115 ◦ blue 105

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

Shades of Pine Green #017369

Tints of Pine Green #017369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 0.45%
G = 52.04%
B = 47.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#017369 (or 0x017369) is known color: Pine Green. HEX triplet: 01, 73 and 69. RGB value is (1,115,105). Sum of RGB (Red+Green+Blue) = 1+115+105=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #017369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017369 is #FE8C96. Grayscale: #4F4F4F. Windows color (decimal): -16682135 or 6910721. OLE color: 6910721.

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

Color convert

RGB 1 115 105 -
CMYK 0.99 0 0.09 0.55
HSL 174.74º 0.98% 0.23% -
HSV(B) 174.74º 0.99% 0.45% -
XYZ 8.69 13.29 15.47 -
YUV 79.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 1 115 105 0.99 0 0.09 0.55 174.74 0.98 0.23
Hex 1 73 69 63 0 9 37 AF 62 17
Octal 1 163 151 143 0 11 67 257 142 27
Binary 1 1110011 1101001 1100011 0 1001 110111 10101111 1100010 10111

Color Harmonies of #017369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017369

Black with #017369

Text Example


Text Example

White with #017369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017369; }

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

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

background-color css

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

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

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

border-color css

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

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

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