Html Css Color HEX #047266 Pine Green

📋 copy color: '#047266'

red 4 ◦ green 114 ◦ blue 102

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

Shades of Pine Green #047266

Tints of Pine Green #047266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 1.82%
G = 51.82%
B = 46.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#047266 (or 0x047266) is known color: Pine Green. HEX triplet: 04, 72 and 66. RGB value is (4,114,102). Sum of RGB (Red+Green+Blue) = 4+114+102=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #047266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047266 is #FB8D99. Grayscale: #4F4F4F. Windows color (decimal): -16485786 or 6713860. OLE color: 6713860.

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

Color convert

RGB 4 114 102 -
CMYK 0.96 0 0.11 0.55
HSL 173.45º 0.93% 0.23% -
HSV(B) 173.45º 0.96% 0.45% -
XYZ 8.47 13.02 14.64 -
YUV 79.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 4 114 102 0.96 0 0.11 0.55 173.45 0.93 0.23
Hex 4 72 66 60 0 B 37 AD 5D 17
Octal 4 162 146 140 0 13 67 255 135 27
Binary 100 1110010 1100110 1100000 0 1011 110111 10101101 1011101 10111

Color Harmonies of #047266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047266

Black with #047266

Text Example


Text Example

White with #047266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047266; }

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

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

background-color css

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

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

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

border-color css

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

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

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