Html Css Color HEX #047068 Pine Green

📋 copy color: '#047068'

red 4 ◦ green 112 ◦ blue 104

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

Shades of Pine Green #047068

Tints of Pine Green #047068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.91%

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 1.82%
G = 50.91%
B = 47.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#047068 (or 0x047068) is known color: Pine Green. HEX triplet: 04, 70 and 68. RGB value is (4,112,104). Sum of RGB (Red+Green+Blue) = 4+112+104=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #047068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047068 is #FB8F97. Grayscale: #4E4E4E. Windows color (decimal): -16486296 or 6844420. OLE color: 6844420.

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

Color convert

RGB 4 112 104 -
CMYK 0.96 0 0.07 0.56
HSL 175.56º 0.93% 0.23% -
HSV(B) 175.56º 0.96% 0.44% -
XYZ 8.34 12.61 15.09 -
YUV 78.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 4 112 104 0.96 0 0.07 0.56 175.56 0.93 0.23
Hex 4 70 68 60 0 7 38 B0 5D 17
Octal 4 160 150 140 0 7 70 260 135 27
Binary 100 1110000 1101000 1100000 0 111 111000 10110000 1011101 10111

Color Harmonies of #047068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047068

Black with #047068

Text Example


Text Example

White with #047068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047068; }

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

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

background-color css

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

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

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

border-color css

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

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

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