Html Css Color HEX #018271 Pine Green

📋 copy color: '#018271'

red 1 ◦ green 130 ◦ blue 113

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

Shades of Pine Green #018271

Tints of Pine Green #018271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 0.41%
G = 53.28%
B = 46.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#018271 (or 0x018271) is known color: Pine Green. HEX triplet: 01, 82 and 71. RGB value is (1,130,113). Sum of RGB (Red+Green+Blue) = 1+130+113=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #018271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018271 is #FE7D8E. Grayscale: #595959. Windows color (decimal): -16678287 or 7438849. OLE color: 7438849.

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

Color convert

RGB 1 130 113 -
CMYK 0.99 0 0.13 0.49
HSL 172.09º 0.98% 0.26% -
HSV(B) 172.09º 0.99% 0.51% -
XYZ 10.98 17.16 18.36 -
YUV 89.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 1 130 113 0.99 0 0.13 0.49 172.09 0.98 0.26
Hex 1 82 71 63 0 D 31 AC 62 1A
Octal 1 202 161 143 0 15 61 254 142 32
Binary 1 10000010 1110001 1100011 0 1101 110001 10101100 1100010 11010

Color Harmonies of #018271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018271

Black with #018271

Text Example


Text Example

White with #018271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018271; }

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

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

background-color css

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

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

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

border-color css

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

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

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