#047A6A

Color #047A6A Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #047A6A

Tints of Pine Green #047A6A

Color information

#047A6A (or 0x047A6A) is unknown color: approx Pine Green. HEX triplet: 04, 7A and 6A. RGB value is (4,122,106). Sum of RGB (Red+Green+Blue) = 4+122+106=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #047A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047A6A is #FB8595. Grayscale: #545454. Windows color (decimal): -16483734 or 6978052. OLE color: 6978052.

HSL color Cylindrical-coordinate representation of color #047A6A: hue angle of 171.86º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A6A is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB4122106-
CMYK0.9700.130.52
HSL171.86º93.65%24.71%-
HSV(B)171.86º96.72%47.84%-
XYZ9.6114.9916.02-
YUV84.89139.9170.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 106 (41.80% from 255) = 45.69%
R=1.72%
G=52.59%
B=45.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41221060.9700.130.52171.8693.6524.71
Hex47A6A610D34ac5e19
Octal41721521410156425413631
Binary1001111010110101011000010110111010010101100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047A6A; }

 p { color: rgb(4,122,106); }

 H1.HeaderClassName
 {
   color: #047A6A;
 }
 .AnyTagClassName
 {
   color: #047A6A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #047A6A;
 }
 .BgClassName
 {
   background-color: #047A6A;
 }
</style>
border-color css

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

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

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