Html Css Color HEX #047269 Pine Green

📋 copy color: '#047269'

red 4 ◦ green 114 ◦ blue 105

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

Shades of Pine Green #047269

Tints of Pine Green #047269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 1.79%
G = 51.12%
B = 47.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#047269 (or 0x047269) is known color: Pine Green. HEX triplet: 04, 72 and 69. RGB value is (4,114,105). Sum of RGB (Red+Green+Blue) = 4+114+105=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #047269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047269 is #FB8D96. Grayscale: #505050. Windows color (decimal): -16485783 or 6910468. OLE color: 6910468.

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

Color convert

RGB 4 114 105 -
CMYK 0.96 0 0.08 0.55
HSL 175.09º 0.93% 0.23% -
HSV(B) 175.09º 0.96% 0.45% -
XYZ 8.62 13.08 15.44 -
YUV 80.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 4 114 105 0.96 0 0.08 0.55 175.09 0.93 0.23
Hex 4 72 69 60 0 8 37 AF 5D 17
Octal 4 162 151 140 0 10 67 257 135 27
Binary 100 1110010 1101001 1100000 0 1000 110111 10101111 1011101 10111

Color Harmonies of #047269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047269

Black with #047269

Text Example


Text Example

White with #047269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047269; }

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

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

background-color css

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

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

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

border-color css

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

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

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