Html Css Color HEX #047872 Pine Green

📋 copy color: '#047872'

red 4 ◦ green 120 ◦ blue 114

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

Shades of Pine Green #047872

Tints of Pine Green #047872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.42%

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

R = 1.68%
G = 50.42%
B = 47.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#047872 (or 0x047872) is known color: Pine Green. HEX triplet: 04, 78 and 72. RGB value is (4,120,114). Sum of RGB (Red+Green+Blue) = 4+120+114=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #047872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047872 is #FB878D. Grayscale: #545454. Windows color (decimal): -16484238 or 7501828. OLE color: 7501828.

HSL color Cylindrical-coordinate representation of color #047872: hue angle of 176.9º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047872 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 120 114 -
CMYK 0.97 0 0.05 0.53
HSL 176.9º 0.94% 0.24% -
HSV(B) 176.9º 0.97% 0.47% -
XYZ 9.8 14.67 18.24 -
YUV 84.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 4 120 114 0.97 0 0.05 0.53 176.9 0.94 0.24
Hex 4 78 72 61 0 5 35 B1 5E 18
Octal 4 170 162 141 0 5 65 261 136 30
Binary 100 1111000 1110010 1100001 0 101 110101 10110001 1011110 11000

Color Harmonies of #047872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047872

Black with #047872

Text Example


Text Example

White with #047872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047872; }

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

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

background-color css

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

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

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

border-color css

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

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

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