#047268

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

Shades of Pine Green #047268

Tints of Pine Green #047268

Color information

#047268 (or 0x047268) is unknown color: approx Pine Green. HEX triplet: 04, 72 and 68. RGB value is (4,114,104). Sum of RGB (Red+Green+Blue) = 4+114+104=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #047268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047268 is #FB8D97. Grayscale: #4F4F4F. Windows color (decimal): -16485784 or 6844932. OLE color: 6844932.

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

Color convert

RGB4114104-
CMYK0.9600.090.55
HSL174.55º93.22%23.14%-
HSV(B)174.55º96.49%44.71%-
XYZ8.5713.0615.17-
YUV79.97141.5673.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=1.80%
G=51.35%
B=46.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41141040.9600.090.55174.5593.2223.14
Hex47268600937af5d17
Octal41621501400116725713527
Binary1001110010110100011000000100111011110101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047268; }

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

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

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

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

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

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

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

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