Html Css Color HEX #006248 Watercourse

📋 copy color: '#006248'

red 0 ◦ green 98 ◦ blue 72

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

Shades of Watercourse #006248

Tints of Watercourse #006248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.65%

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

R = 0%
G = 57.65%
B = 42.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#006248 (or 0x006248) is known color: Watercourse. HEX triplet: 00, 62 and 48. RGB value is (0,98,72). Sum of RGB (Red+Green+Blue) = 0+98+72=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #006248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006248 is #FF9DB7. Grayscale: #414141. Windows color (decimal): -16752056 or 4743680. OLE color: 4743680.

HSL color Cylindrical-coordinate representation of color #006248: hue angle of 164.08º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006248 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 72 -
CMYK 1 0 0.27 0.62
HSL 164.08º 1% 0.19% -
HSV(B) 164.08º 1% 0.38% -
XYZ 5.54 9.2 7.62 -
YUV 65.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 0 98 72 1 0 0.27 0.62 164.08 1 0.19
Hex 0 62 48 64 0 1B 3E A4 64 13
Octal 0 142 110 144 0 33 76 244 144 23
Binary 0 1100010 1001000 1100100 0 11011 111110 10100100 1100100 10011

Color Harmonies of #006248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006248

Black with #006248

Text Example


Text Example

White with #006248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006248; }

 p { color: rgb(0,98,72); }

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

background-color css

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

 a { background-color: rgb(0,98,72); }

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

border-color css

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

 span { border-color: rgb(0,98,72); }

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