Html Css Color HEX #01826D Pine Green

📋 copy color: '#01826D'

red 1 ◦ green 130 ◦ blue 109

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

Shades of Pine Green #01826D

Tints of Pine Green #01826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 0.42%
G = 54.17%
B = 45.42%

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

#01826D (or 0x01826D) is known color: Pine Green. HEX triplet: 01, 82 and 6D. RGB value is (1,130,109). Sum of RGB (Red+Green+Blue) = 1+130+109=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #01826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01826D is #FE7D92. Grayscale: #585858. Windows color (decimal): -16678291 or 7176705. OLE color: 7176705.

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

Color convert

RGB 1 130 109 -
CMYK 0.99 0 0.16 0.49
HSL 170.23º 0.98% 0.26% -
HSV(B) 170.23º 0.99% 0.51% -
XYZ 10.76 17.08 17.2 -
YUV 89.04 139.26 65.21 -
System Red Green Blue C M Y K H S L
Decimal 1 130 109 0.99 0 0.16 0.49 170.23 0.98 0.26
Hex 1 82 6D 63 0 10 31 AA 62 1A
Octal 1 202 155 143 0 20 61 252 142 32
Binary 1 10000010 1101101 1100011 0 10000 110001 10101010 1100010 11010

Color Harmonies of #01826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01826D

Black with #01826D

Text Example


Text Example

White with #01826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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