#01826B

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

Shades of Pine Green #01826B

Tints of Pine Green #01826B

Color information

#01826B (or 0x01826B) is unknown color: approx Pine Green. HEX triplet: 01, 82 and 6B. RGB value is (1,130,107). Sum of RGB (Red+Green+Blue) = 1+130+107=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #01826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01826B is #FE7D94. Grayscale: #585858. Windows color (decimal): -16678293 or 7045633. OLE color: 7045633.

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

Color convert

RGB1130107-
CMYK0.9900.180.49
HSL169.3º98.47%25.69%-
HSV(B)169.3º99.23%50.98%-
XYZ10.6517.0316.64-
YUV88.81138.2665.37-

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.62%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=0.42%
G=54.62%
B=44.96%

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
Decimal11301070.9900.180.49169.398.4725.69
Hex1826B6301231a9621a
Octal12021531430226125114232
Binary1100000101101011110001101001011000110101001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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