Html Css Color HEX #047142 Jewel

📋 copy color: '#047142'

red 4 ◦ green 113 ◦ blue 66

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

Shades of Jewel #047142

Tints of Jewel #047142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.75%

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

R = 2.19%
G = 61.75%
B = 36.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#047142 (or 0x047142) is known color: Jewel. HEX triplet: 04, 71 and 42. RGB value is (4,113,66). Sum of RGB (Red+Green+Blue) = 4+113+66=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #047142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047142 is #FB8EBD. Grayscale: #4B4B4B. Windows color (decimal): -16486078 or 4354308. OLE color: 4354308.

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

Color convert

RGB 4 113 66 -
CMYK 0.96 0 0.42 0.56
HSL 154.13º 0.93% 0.23% -
HSV(B) 154.13º 0.96% 0.44% -
XYZ 6.94 12.23 7.15 -
YUV 75.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 4 113 66 0.96 0 0.42 0.56 154.13 0.93 0.23
Hex 4 71 42 60 0 2A 38 9A 5D 17
Octal 4 161 102 140 0 52 70 232 135 27
Binary 100 1110001 1000010 1100000 0 101010 111000 10011010 1011101 10111

Color Harmonies of #047142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047142

Black with #047142

Text Example


Text Example

White with #047142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047142; }

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

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

background-color css

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

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

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

border-color css

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

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

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