#01826A

Color #01826A Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #01826A

Tints of Pine Green #01826A

Color information

#01826A (or 0x01826A) is unknown color: approx Pine Green. HEX triplet: 01, 82 and 6A. RGB value is (1,130,106). Sum of RGB (Red+Green+Blue) = 1+130+106=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #01826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01826A is #FE7D95. Grayscale: #585858. Windows color (decimal): -16678294 or 6980097. OLE color: 6980097.

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

Color convert

RGB1130106-
CMYK0.9900.180.49
HSL168.84º98.47%25.69%-
HSV(B)168.84º99.23%50.98%-
XYZ10.617.0116.36-
YUV88.69137.7665.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=0.42%
G=54.85%
B=44.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11301060.9900.180.49168.8498.4725.69
Hex1826A6301231a9621a
Octal12021521430226125114232
Binary1100000101101010110001101001011000110101001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01826A; }

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

 H1.HeaderClassName
 {
   color: #01826A;
 }
 .AnyTagClassName
 {
   color: #01826A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #01826A;
 }
 .BgClassName
 {
   background-color: #01826A;
 }
</style>
border-color css

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

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

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