Html Css Color HEX #017269 Pine Green

📋 copy color: '#017269'

red 1 ◦ green 114 ◦ blue 105

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

Shades of Pine Green #017269

Tints of Pine Green #017269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

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

R = 0.45%
G = 51.82%
B = 47.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#017269 (or 0x017269) is known color: Pine Green. HEX triplet: 01, 72 and 69. RGB value is (1,114,105). Sum of RGB (Red+Green+Blue) = 1+114+105=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #017269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017269 is #FE8D96. Grayscale: #4F4F4F. Windows color (decimal): -16682391 or 6910465. OLE color: 6910465.

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

Color convert

RGB 1 114 105 -
CMYK 0.99 0 0.08 0.55
HSL 175.22º 0.98% 0.23% -
HSV(B) 175.22º 0.99% 0.45% -
XYZ 8.58 13.06 15.43 -
YUV 79.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 1 114 105 0.99 0 0.08 0.55 175.22 0.98 0.23
Hex 1 72 69 63 0 8 37 AF 62 17
Octal 1 162 151 143 0 10 67 257 142 27
Binary 1 1110010 1101001 1100011 0 1000 110111 10101111 1100010 10111

Color Harmonies of #017269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017269

Black with #017269

Text Example


Text Example

White with #017269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017269; }

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

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

background-color css

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

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

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

border-color css

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

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

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