Html Css Color HEX #007047 Watercourse

📋 copy color: '#007047'

red 0 ◦ green 112 ◦ blue 71

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

Shades of Watercourse #007047

Tints of Watercourse #007047

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 71 (28.13% from 255) = 38.8%

R = 0%
G = 61.2%
B = 38.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#007047 (or 0x007047) is known color: Watercourse. HEX triplet: 00, 70 and 47. RGB value is (0,112,71). Sum of RGB (Red+Green+Blue) = 0+112+71=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #007047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007047 is #FF8FB8. Grayscale: #494949. Windows color (decimal): -16748473 or 4681728. OLE color: 4681728.

HSL color Cylindrical-coordinate representation of color #007047: hue angle of 158.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007047 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 71 -
CMYK 1 0 0.37 0.56
HSL 158.04º 1% 0.22% -
HSV(B) 158.04º 1% 0.44% -
XYZ 6.93 12.04 7.92 -
YUV 73.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 0 112 71 1 0 0.37 0.56 158.04 1 0.22
Hex 0 70 47 64 0 25 38 9E 64 16
Octal 0 160 107 144 0 45 70 236 144 26
Binary 0 1110000 1000111 1100100 0 100101 111000 10011110 1100100 10110

Color Harmonies of #007047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007047

Black with #007047

Text Example


Text Example

White with #007047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007047; }

 p { color: rgb(0,112,71); }

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

background-color css

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

 a { background-color: rgb(0,112,71); }

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

border-color css

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

 span { border-color: rgb(0,112,71); }

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