Html Css Color HEX #047270 Pine Green

📋 copy color: '#047270'

red 4 ◦ green 114 ◦ blue 112

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

Shades of Pine Green #047270

Tints of Pine Green #047270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 1.74%
G = 49.57%
B = 48.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#047270 (or 0x047270) is known color: Pine Green. HEX triplet: 04, 72 and 70. RGB value is (4,114,112). Sum of RGB (Red+Green+Blue) = 4+114+112=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #047270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047270 is #FB8D8F. Grayscale: #505050. Windows color (decimal): -16485776 or 7369220. OLE color: 7369220.

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

Color convert

RGB 4 114 112 -
CMYK 0.96 0 0.02 0.55
HSL 178.91º 0.93% 0.23% -
HSV(B) 178.91º 0.96% 0.45% -
XYZ 8.99 13.23 17.41 -
YUV 80.88 145.56 73.16 -
System Red Green Blue C M Y K H S L
Decimal 4 114 112 0.96 0 0.02 0.55 178.91 0.93 0.23
Hex 4 72 70 60 0 2 37 B3 5D 17
Octal 4 162 160 140 0 2 67 263 135 27
Binary 100 1110010 1110000 1100000 0 10 110111 10110011 1011101 10111

Color Harmonies of #047270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047270

Black with #047270

Text Example


Text Example

White with #047270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047270; }

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

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

background-color css

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

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

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

border-color css

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

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

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