Html Css Color HEX #007249 Watercourse

📋 copy color: '#007249'

red 0 ◦ green 114 ◦ blue 73

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

Shades of Watercourse #007249

Tints of Watercourse #007249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.04%

R = 0%
G = 60.96%
B = 39.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#007249 (or 0x007249) is known color: Watercourse. HEX triplet: 00, 72 and 49. RGB value is (0,114,73). Sum of RGB (Red+Green+Blue) = 0+114+73=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #007249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007249 is #FF8DB6. Grayscale: #4B4B4B. Windows color (decimal): -16747959 or 4813312. OLE color: 4813312.

HSL color Cylindrical-coordinate representation of color #007249: hue angle of 158.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007249 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 114 73 -
CMYK 1 0 0.36 0.55
HSL 158.42º 1% 0.22% -
HSV(B) 158.42º 1% 0.45% -
XYZ 7.22 12.52 8.34 -
YUV 75.24 126.73 74.33 -
System Red Green Blue C M Y K H S L
Decimal 0 114 73 1 0 0.36 0.55 158.42 1 0.22
Hex 0 72 49 64 0 24 37 9E 64 16
Octal 0 162 111 144 0 44 67 236 144 26
Binary 0 1110010 1001001 1100100 0 100100 110111 10011110 1100100 10110

Color Harmonies of #007249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007249

Black with #007249

Text Example


Text Example

White with #007249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007249; }

 p { color: rgb(0,114,73); }

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

background-color css

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

 a { background-color: rgb(0,114,73); }

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

border-color css

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

 span { border-color: rgb(0,114,73); }

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