Html Css Color HEX #01836C Pine Green

📋 copy color: '#01836C'

red 1 ◦ green 131 ◦ blue 108

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

Shades of Pine Green #01836C

Tints of Pine Green #01836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.58%

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

R = 0.42%
G = 54.58%
B = 45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#01836C (or 0x01836C) is known color: Pine Green. HEX triplet: 01, 83 and 6C. RGB value is (1,131,108). Sum of RGB (Red+Green+Blue) = 1+131+108=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #01836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01836C is #FE7C93. Grayscale: #595959. Windows color (decimal): -16678036 or 7111425. OLE color: 7111425.

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

Color convert

RGB 1 131 108 -
CMYK 0.99 0 0.18 0.49
HSL 169.38º 0.98% 0.26% -
HSV(B) 169.38º 0.99% 0.51% -
XYZ 10.84 17.32 16.96 -
YUV 89.51 138.43 64.87 -
System Red Green Blue C M Y K H S L
Decimal 1 131 108 0.99 0 0.18 0.49 169.38 0.98 0.26
Hex 1 83 6C 63 0 12 31 A9 62 1A
Octal 1 203 154 143 0 22 61 251 142 32
Binary 1 10000011 1101100 1100011 0 10010 110001 10101001 1100010 11010

Color Harmonies of #01836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01836C

Black with #01836C

Text Example


Text Example

White with #01836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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