Html Css Color HEX #047240 Jewel

📋 copy color: '#047240'

red 4 ◦ green 114 ◦ blue 64

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

Shades of Jewel #047240

Tints of Jewel #047240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 2.2%
G = 62.64%
B = 35.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#047240 (or 0x047240) is known color: Jewel. HEX triplet: 04, 72 and 40. RGB value is (4,114,64). Sum of RGB (Red+Green+Blue) = 4+114+64=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #047240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047240 is #FB8DBF. Grayscale: #4B4B4B. Windows color (decimal): -16485824 or 4223492. OLE color: 4223492.

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

Color convert

RGB 4 114 64 -
CMYK 0.96 0 0.44 0.55
HSL 152.73º 0.93% 0.23% -
HSV(B) 152.73º 0.96% 0.45% -
XYZ 6.99 12.43 6.88 -
YUV 75.41 121.56 77.07 -
System Red Green Blue C M Y K H S L
Decimal 4 114 64 0.96 0 0.44 0.55 152.73 0.93 0.23
Hex 4 72 40 60 0 2C 37 99 5D 17
Octal 4 162 100 140 0 54 67 231 135 27
Binary 100 1110010 1000000 1100000 0 101100 110111 10011001 1011101 10111

Color Harmonies of #047240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047240

Black with #047240

Text Example


Text Example

White with #047240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047240; }

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

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

background-color css

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

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

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

border-color css

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

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

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