Html Css Color HEX #017267 Pine Green

📋 copy color: '#017267'

red 1 ◦ green 114 ◦ blue 103

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

Shades of Pine Green #017267

Tints of Pine Green #017267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.25%

R = 0.46%
G = 52.29%
B = 47.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#017267 (or 0x017267) is known color: Pine Green. HEX triplet: 01, 72 and 67. RGB value is (1,114,103). Sum of RGB (Red+Green+Blue) = 1+114+103=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #017267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017267 is #FE8D98. Grayscale: #4E4E4E. Windows color (decimal): -16682393 or 6779393. OLE color: 6779393.

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

Color convert

RGB 1 114 103 -
CMYK 0.99 0 0.10 0.55
HSL 174.16º 0.98% 0.23% -
HSV(B) 174.16º 0.99% 0.45% -
XYZ 8.48 13.02 14.9 -
YUV 78.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 1 114 103 0.99 0 0.10 0.55 174.16 0.98 0.23
Hex 1 72 67 63 0 A 37 AE 62 17
Octal 1 162 147 143 0 12 67 256 142 27
Binary 1 1110010 1100111 1100011 0 1010 110111 10101110 1100010 10111

Color Harmonies of #017267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017267

Black with #017267

Text Example


Text Example

White with #017267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017267; }

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

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

background-color css

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

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

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

border-color css

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

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

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