Html Css Color HEX #047372 Pine Green

📋 copy color: '#047372'

red 4 ◦ green 115 ◦ blue 114

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

Shades of Pine Green #047372

Tints of Pine Green #047372

RGB

 RED value IS 4 (1.95% from 255) = 1.72%

 GREEN value IS 115 (45.31% from 255) = 49.36%

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

R = 1.72%
G = 49.36%
B = 48.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#047372 (or 0x047372) is known color: Pine Green. HEX triplet: 04, 73 and 72. RGB value is (4,115,114). Sum of RGB (Red+Green+Blue) = 4+115+114=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #047372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047372 is #FB8C8D. Grayscale: #515151. Windows color (decimal): -16485518 or 7500548. OLE color: 7500548.

HSL color Cylindrical-coordinate representation of color #047372: hue angle of 179.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047372 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 115 114 -
CMYK 0.97 0 0.01 0.55
HSL 179.46º 0.93% 0.23% -
HSV(B) 179.46º 0.97% 0.45% -
XYZ 9.22 13.5 18.04 -
YUV 81.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 4 115 114 0.97 0 0.01 0.55 179.46 0.93 0.23
Hex 4 73 72 61 0 1 37 B3 5D 17
Octal 4 163 162 141 0 1 67 263 135 27
Binary 100 1110011 1110010 1100001 0 1 110111 10110011 1011101 10111

Color Harmonies of #047372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047372

Black with #047372

Text Example


Text Example

White with #047372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047372; }

 p { color: rgb(4,115,114); }

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

background-color css

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

 a { background-color: rgb(4,115,114); }

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

border-color css

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

 span { border-color: rgb(4,115,114); }

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