Html Css Color HEX #018372 Pine Green

📋 copy color: '#018372'

red 1 ◦ green 131 ◦ blue 114

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

Shades of Pine Green #018372

Tints of Pine Green #018372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 0.41%
G = 53.25%
B = 46.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#018372 (or 0x018372) is known color: Pine Green. HEX triplet: 01, 83 and 72. RGB value is (1,131,114). Sum of RGB (Red+Green+Blue) = 1+131+114=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #018372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018372 is #FE7C8D. Grayscale: #5A5A5A. Windows color (decimal): -16678030 or 7504641. OLE color: 7504641.

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

Color convert

RGB 1 131 114 -
CMYK 0.99 0 0.13 0.49
HSL 172.15º 0.98% 0.26% -
HSV(B) 172.15º 0.99% 0.51% -
XYZ 11.17 17.45 18.7 -
YUV 90.19 141.43 64.38 -
System Red Green Blue C M Y K H S L
Decimal 1 131 114 0.99 0 0.13 0.49 172.15 0.98 0.26
Hex 1 83 72 63 0 D 31 AC 62 1A
Octal 1 203 162 143 0 15 61 254 142 32
Binary 1 10000011 1110010 1100011 0 1101 110001 10101100 1100010 11010

Color Harmonies of #018372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018372

Black with #018372

Text Example


Text Example

White with #018372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018372; }

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

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

background-color css

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

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

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

border-color css

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

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

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