Html Css Color HEX #018073 Pine Green

📋 copy color: '#018073'

red 1 ◦ green 128 ◦ blue 115

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

Shades of Pine Green #018073

Tints of Pine Green #018073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.46%

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 0.41%
G = 52.46%
B = 47.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#018073 (or 0x018073) is known color: Pine Green. HEX triplet: 01, 80 and 73. RGB value is (1,128,115). Sum of RGB (Red+Green+Blue) = 1+128+115=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #018073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018073 is #FE7F8C. Grayscale: #585858. Windows color (decimal): -16678797 or 7569409. OLE color: 7569409.

HSL color Cylindrical-coordinate representation of color #018073: hue angle of 173.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018073 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 115 -
CMYK 0.99 0 0.10 0.50
HSL 173.86º 0.98% 0.25% -
HSV(B) 173.86º 0.99% 0.5% -
XYZ 10.83 16.68 18.87 -
YUV 88.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 1 128 115 0.99 0 0.10 0.50 173.86 0.98 0.25
Hex 1 80 73 63 0 A 32 AE 62 19
Octal 1 200 163 143 0 12 62 256 142 31
Binary 1 10000000 1110011 1100011 0 1010 110010 10101110 1100010 11001

Color Harmonies of #018073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018073

Black with #018073

Text Example


Text Example

White with #018073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018073; }

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

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

background-color css

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

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

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

border-color css

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

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

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