Html Css Color HEX #01836E Pine Green

📋 copy color: '#01836E'

red 1 ◦ green 131 ◦ blue 110

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

Shades of Pine Green #01836E

Tints of Pine Green #01836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 0.41%
G = 54.13%
B = 45.45%

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

#01836E (or 0x01836E) is known color: Pine Green. HEX triplet: 01, 83 and 6E. RGB value is (1,131,110). Sum of RGB (Red+Green+Blue) = 1+131+110=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #01836E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01836E is #FE7C91. Grayscale: #595959. Windows color (decimal): -16678034 or 7242497. OLE color: 7242497.

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

Color convert

RGB 1 131 110 -
CMYK 0.99 0 0.16 0.49
HSL 170.31º 0.98% 0.26% -
HSV(B) 170.31º 0.99% 0.51% -
XYZ 10.94 17.36 17.53 -
YUV 89.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 1 131 110 0.99 0 0.16 0.49 170.31 0.98 0.26
Hex 1 83 6E 63 0 10 31 AA 62 1A
Octal 1 203 156 143 0 20 61 252 142 32
Binary 1 10000011 1101110 1100011 0 10000 110001 10101010 1100010 11010

Color Harmonies of #01836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01836E

Black with #01836E

Text Example


Text Example

White with #01836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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