Html Css Color HEX #008148 Watercourse

📋 copy color: '#008148'

red 0 ◦ green 129 ◦ blue 72

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

Shades of Watercourse #008148

Tints of Watercourse #008148

RGB

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

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

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

R = 0%
G = 64.18%
B = 35.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#008148 (or 0x008148) is known color: Watercourse. HEX triplet: 00, 81 and 48. RGB value is (0,129,72). Sum of RGB (Red+Green+Blue) = 0+129+72=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #008148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008148 is #FF7EB7. Grayscale: #545454. Windows color (decimal): -16744120 or 4751616. OLE color: 4751616.

HSL color Cylindrical-coordinate representation of color #008148: hue angle of 153.49º 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 #008148 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 72 -
CMYK 1 0 0.44 0.49
HSL 153.49º 1% 0.25% -
HSV(B) 153.49º 1% 0.51% -
XYZ 9.02 16.17 8.78 -
YUV 83.93 121.26 68.13 -
System Red Green Blue C M Y K H S L
Decimal 0 129 72 1 0 0.44 0.49 153.49 1 0.25
Hex 0 81 48 64 0 2C 31 99 64 19
Octal 0 201 110 144 0 54 61 231 144 31
Binary 0 10000001 1001000 1100100 0 101100 110001 10011001 1100100 11001

Color Harmonies of #008148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008148

Black with #008148

Text Example


Text Example

White with #008148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008148; }

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

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

background-color css

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

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

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

border-color css

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

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

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