Html Css Color HEX #01816C Pine Green

📋 copy color: '#01816C'

red 1 ◦ green 129 ◦ blue 108

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

Shades of Pine Green #01816C

Tints of Pine Green #01816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

 BLUE value IS 108 (42.58% from 255) = 45.38%

R = 0.42%
G = 54.2%
B = 45.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#01816C (or 0x01816C) is known color: Pine Green. HEX triplet: 01, 81 and 6C. RGB value is (1,129,108). Sum of RGB (Red+Green+Blue) = 1+129+108=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #01816C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01816C is #FE7E93. Grayscale: #585858. Windows color (decimal): -16678548 or 7110913. OLE color: 7110913.

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

Color convert

RGB 1 129 108 -
CMYK 0.99 0 0.16 0.49
HSL 170.16º 0.98% 0.25% -
HSV(B) 170.16º 0.99% 0.51% -
XYZ 10.57 16.79 16.87 -
YUV 88.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 1 129 108 0.99 0 0.16 0.49 170.16 0.98 0.25
Hex 1 81 6C 63 0 10 31 AA 62 19
Octal 1 201 154 143 0 20 61 252 142 31
Binary 1 10000001 1101100 1100011 0 10000 110001 10101010 1100010 11001

Color Harmonies of #01816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01816C

Black with #01816C

Text Example


Text Example

White with #01816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01816C; }

 p { color: rgb(1,129,108); }

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

background-color css

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

 a { background-color: rgb(1,129,108); }

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

border-color css

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

 span { border-color: rgb(1,129,108); }

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