Html Css Color HEX #018273 Pine Green

📋 copy color: '#018273'

red 1 ◦ green 130 ◦ blue 115

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

Shades of Pine Green #018273

Tints of Pine Green #018273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

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

R = 0.41%
G = 52.85%
B = 46.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#018273 (or 0x018273) is known color: Pine Green. HEX triplet: 01, 82 and 73. RGB value is (1,130,115). Sum of RGB (Red+Green+Blue) = 1+130+115=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #018273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018273 is #FE7D8C. Grayscale: #595959. Windows color (decimal): -16678285 or 7569921. OLE color: 7569921.

HSL color Cylindrical-coordinate representation of color #018273: hue angle of 173.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018273 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 115 -
CMYK 0.99 0 0.12 0.49
HSL 173.02º 0.98% 0.26% -
HSV(B) 173.02º 0.99% 0.51% -
XYZ 11.09 17.21 18.96 -
YUV 89.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 1 130 115 0.99 0 0.12 0.49 173.02 0.98 0.26
Hex 1 82 73 63 0 C 31 AD 62 1A
Octal 1 202 163 143 0 14 61 255 142 32
Binary 1 10000010 1110011 1100011 0 1100 110001 10101101 1100010 11010

Color Harmonies of #018273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018273

Black with #018273

Text Example


Text Example

White with #018273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018273; }

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

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

background-color css

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

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

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

border-color css

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

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

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