Html Css Color HEX #017248 Watercourse

📋 copy color: '#017248'

red 1 ◦ green 114 ◦ blue 72

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

Shades of Watercourse #017248

Tints of Watercourse #017248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 0.53%
G = 60.96%
B = 38.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#017248 (or 0x017248) is known color: Watercourse. HEX triplet: 01, 72 and 48. RGB value is (1,114,72). Sum of RGB (Red+Green+Blue) = 1+114+72=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #017248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017248 is #FE8DB7. Grayscale: #4B4B4B. Windows color (decimal): -16682424 or 4747777. OLE color: 4747777.

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

Color convert

RGB 1 114 72 -
CMYK 0.99 0 0.37 0.55
HSL 157.7º 0.98% 0.23% -
HSV(B) 157.7º 0.99% 0.45% -
XYZ 7.2 12.51 8.17 -
YUV 75.43 126.06 74.92 -
System Red Green Blue C M Y K H S L
Decimal 1 114 72 0.99 0 0.37 0.55 157.7 0.98 0.23
Hex 1 72 48 63 0 25 37 9E 62 17
Octal 1 162 110 143 0 45 67 236 142 27
Binary 1 1110010 1001000 1100011 0 100101 110111 10011110 1100010 10111

Color Harmonies of #017248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017248

Black with #017248

Text Example


Text Example

White with #017248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017248; }

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

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

background-color css

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

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

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

border-color css

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

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

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