Html Css Color HEX #047042 Jewel

📋 copy color: '#047042'

red 4 ◦ green 112 ◦ blue 66

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

Shades of Jewel #047042

Tints of Jewel #047042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 2.2%
G = 61.54%
B = 36.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#047042 (or 0x047042) is known color: Jewel. HEX triplet: 04, 70 and 42. RGB value is (4,112,66). Sum of RGB (Red+Green+Blue) = 4+112+66=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #047042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047042 is #FB8FBD. Grayscale: #4A4A4A. Windows color (decimal): -16486334 or 4354052. OLE color: 4354052.

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

Color convert

RGB 4 112 66 -
CMYK 0.96 0 0.41 0.56
HSL 154.44º 0.93% 0.23% -
HSV(B) 154.44º 0.96% 0.44% -
XYZ 6.83 12.01 7.11 -
YUV 74.46 123.22 77.74 -
System Red Green Blue C M Y K H S L
Decimal 4 112 66 0.96 0 0.41 0.56 154.44 0.93 0.23
Hex 4 70 42 60 0 29 38 9A 5D 17
Octal 4 160 102 140 0 51 70 232 135 27
Binary 100 1110000 1000010 1100000 0 101001 111000 10011010 1011101 10111

Color Harmonies of #047042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047042

Black with #047042

Text Example


Text Example

White with #047042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047042; }

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

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

background-color css

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

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

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

border-color css

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

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

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