Html Css Color HEX #047242 Jewel

📋 copy color: '#047242'

red 4 ◦ green 114 ◦ blue 66

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

Shades of Jewel #047242

Tints of Jewel #047242

RGB

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

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

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

R = 2.17%
G = 61.96%
B = 35.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#047242 (or 0x047242) is known color: Jewel. HEX triplet: 04, 72 and 42. RGB value is (4,114,66). Sum of RGB (Red+Green+Blue) = 4+114+66=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #047242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047242 is #FB8DBD. Grayscale: #4B4B4B. Windows color (decimal): -16485822 or 4354564. OLE color: 4354564.

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

Color convert

RGB 4 114 66 -
CMYK 0.96 0 0.42 0.55
HSL 153.82º 0.93% 0.23% -
HSV(B) 153.82º 0.96% 0.45% -
XYZ 7.05 12.45 7.19 -
YUV 75.64 122.56 76.9 -
System Red Green Blue C M Y K H S L
Decimal 4 114 66 0.96 0 0.42 0.55 153.82 0.93 0.23
Hex 4 72 42 60 0 2A 37 9A 5D 17
Octal 4 162 102 140 0 52 67 232 135 27
Binary 100 1110010 1000010 1100000 0 101010 110111 10011010 1011101 10111

Color Harmonies of #047242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047242

Black with #047242

Text Example


Text Example

White with #047242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047242; }

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

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

background-color css

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

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

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

border-color css

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

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

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