Html Css Color HEX #007042 Watercourse

📋 copy color: '#007042'

red 0 ◦ green 112 ◦ blue 66

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

Shades of Watercourse #007042

Tints of Watercourse #007042

RGB

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

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

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

R = 0%
G = 62.92%
B = 37.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#007042 (or 0x007042) is known color: Watercourse. HEX triplet: 00, 70 and 42. RGB value is (0,112,66). Sum of RGB (Red+Green+Blue) = 0+112+66=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #007042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007042 is #FF8FBD. Grayscale: #494949. Windows color (decimal): -16748478 or 4354048. OLE color: 4354048.

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

Color convert

RGB 0 112 66 -
CMYK 1 0 0.41 0.56
HSL 155.36º 1% 0.22% -
HSV(B) 155.36º 1% 0.44% -
XYZ 6.78 11.98 7.11 -
YUV 73.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 0 112 66 1 0 0.41 0.56 155.36 1 0.22
Hex 0 70 42 64 0 29 38 9B 64 16
Octal 0 160 102 144 0 51 70 233 144 26
Binary 0 1110000 1000010 1100100 0 101001 111000 10011011 1100100 10110

Color Harmonies of #007042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007042

Black with #007042

Text Example


Text Example

White with #007042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007042; }

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

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

background-color css

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

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

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

border-color css

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

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

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