Html Css Color HEX #008149 Watercourse

📋 copy color: '#008149'

red 0 ◦ green 129 ◦ blue 73

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

Shades of Watercourse #008149

Tints of Watercourse #008149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.86%

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

R = 0%
G = 63.86%
B = 36.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#008149 (or 0x008149) is known color: Watercourse. HEX triplet: 00, 81 and 49. RGB value is (0,129,73). Sum of RGB (Red+Green+Blue) = 0+129+73=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #008149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008149 is #FF7EB6. Grayscale: #545454. Windows color (decimal): -16744119 or 4817152. OLE color: 4817152.

HSL color Cylindrical-coordinate representation of color #008149: hue angle of 153.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008149 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 73 -
CMYK 1 0 0.43 0.49
HSL 153.95º 1% 0.25% -
HSV(B) 153.95º 1% 0.51% -
XYZ 9.05 16.18 8.95 -
YUV 84.05 121.76 68.05 -
System Red Green Blue C M Y K H S L
Decimal 0 129 73 1 0 0.43 0.49 153.95 1 0.25
Hex 0 81 49 64 0 2B 31 9A 64 19
Octal 0 201 111 144 0 53 61 232 144 31
Binary 0 10000001 1001001 1100100 0 101011 110001 10011010 1100100 11001

Color Harmonies of #008149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008149

Black with #008149

Text Example


Text Example

White with #008149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008149; }

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

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

background-color css

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

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

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

border-color css

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

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

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