Html Css Color HEX #047272 Pine Green

📋 copy color: '#047272'

red 4 ◦ green 114 ◦ blue 114

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

Shades of Pine Green #047272

Tints of Pine Green #047272

RGB

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

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

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

R = 1.72%
G = 49.14%
B = 49.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#047272 (or 0x047272) is known color: Pine Green. HEX triplet: 04, 72 and 72. RGB value is (4,114,114). Sum of RGB (Red+Green+Blue) = 4+114+114=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #047272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047272 is #FB8D8D. Grayscale: #515151. Windows color (decimal): -16485774 or 7500292. OLE color: 7500292.

HSL color Cylindrical-coordinate representation of color #047272: hue angle of 180º 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 #047272 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 114 114 -
CMYK 0.96 0 0 0.55
HSL 180º 0.93% 0.23% -
HSV(B) 180º 0.96% 0.45% -
XYZ 9.1 13.28 18 -
YUV 81.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 4 114 114 0.96 0 0 0.55 180 0.93 0.23
Hex 4 72 72 60 0 0 37 B4 5D 17
Octal 4 162 162 140 0 0 67 264 135 27
Binary 100 1110010 1110010 1100000 0 0 110111 10110100 1011101 10111

Color Harmonies of #047272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047272

Black with #047272

Text Example


Text Example

White with #047272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047272; }

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

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

background-color css

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

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

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

border-color css

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

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

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