Html Css Color HEX #007041 Watercourse

📋 copy color: '#007041'

red 0 ◦ green 112 ◦ blue 65

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

Shades of Watercourse #007041

Tints of Watercourse #007041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 0%
G = 63.28%
B = 36.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#007041 (or 0x007041) is known color: Watercourse. HEX triplet: 00, 70 and 41. RGB value is (0,112,65). Sum of RGB (Red+Green+Blue) = 0+112+65=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #007041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007041 is #FF8FBE. Grayscale: #494949. Windows color (decimal): -16748479 or 4288512. OLE color: 4288512.

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

Color convert

RGB 0 112 65 -
CMYK 1 0 0.42 0.56
HSL 154.82º 1% 0.22% -
HSV(B) 154.82º 1% 0.44% -
XYZ 6.75 11.97 6.96 -
YUV 73.15 123.39 75.82 -
System Red Green Blue C M Y K H S L
Decimal 0 112 65 1 0 0.42 0.56 154.82 1 0.22
Hex 0 70 41 64 0 2A 38 9B 64 16
Octal 0 160 101 144 0 52 70 233 144 26
Binary 0 1110000 1000001 1100100 0 101010 111000 10011011 1100100 10110

Color Harmonies of #007041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007041

Black with #007041

Text Example


Text Example

White with #007041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007041; }

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

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

background-color css

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

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

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

border-color css

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

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

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