Html Css Color HEX #017242 Watercourse

📋 copy color: '#017242'

red 1 ◦ green 114 ◦ blue 66

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

Shades of Watercourse #017242

Tints of Watercourse #017242

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

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

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

R = 0.55%
G = 62.98%
B = 36.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#017242 (or 0x017242) is known color: Watercourse. HEX triplet: 01, 72 and 42. RGB value is (1,114,66). Sum of RGB (Red+Green+Blue) = 1+114+66=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #017242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017242 is #FE8DBD. Grayscale: #4A4A4A. Windows color (decimal): -16682430 or 4354561. OLE color: 4354561.

HSL color Cylindrical-coordinate representation of color #017242: hue angle of 154.51º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017242 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 66 -
CMYK 0.99 0 0.42 0.55
HSL 154.51º 0.98% 0.23% -
HSV(B) 154.51º 0.99% 0.45% -
XYZ 7.01 12.43 7.18 -
YUV 74.74 123.06 75.4 -
System Red Green Blue C M Y K H S L
Decimal 1 114 66 0.99 0 0.42 0.55 154.51 0.98 0.23
Hex 1 72 42 63 0 2A 37 9B 62 17
Octal 1 162 102 143 0 52 67 233 142 27
Binary 1 1110010 1000010 1100011 0 101010 110111 10011011 1100010 10111

Color Harmonies of #017242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017242

Black with #017242

Text Example


Text Example

White with #017242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017242; }

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

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

background-color css

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

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

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

border-color css

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

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

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