Html Css Color HEX #047F6C Pine Green

📋 copy color: '#047F6C'

red 4 ◦ green 127 ◦ blue 108

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

Shades of Pine Green #047F6C

Tints of Pine Green #047F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 53.14%

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 1.67%
G = 53.14%
B = 45.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#047F6C (or 0x047F6C) is known color: Pine Green. HEX triplet: 04, 7F and 6C. RGB value is (4,127,108). Sum of RGB (Red+Green+Blue) = 4+127+108=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #047F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F6C is #FB8093. Grayscale: #585858. Windows color (decimal): -16482452 or 7110404. OLE color: 7110404.

HSL color Cylindrical-coordinate representation of color #047F6C: hue angle of 170.73º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F6C is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 127 108 -
CMYK 0.97 0 0.15 0.50
HSL 170.73º 0.94% 0.26% -
HSV(B) 170.73º 0.97% 0.5% -
XYZ 10.35 16.29 16.79 -
YUV 88.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 4 127 108 0.97 0 0.15 0.50 170.73 0.94 0.26
Hex 4 7F 6C 61 0 F 32 AB 5E 1A
Octal 4 177 154 141 0 17 62 253 136 32
Binary 100 1111111 1101100 1100001 0 1111 110010 10101011 1011110 11010

Color Harmonies of #047F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F6C

Black with #047F6C

Text Example


Text Example

White with #047F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,127,108); }

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

background-color css

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

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

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

border-color css

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

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

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