#028153

Color #028153 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #028153

Tints of Watercourse #028153

Color information

#028153 (or 0x028153) is unknown color: approx Watercourse. HEX triplet: 02, 81 and 53. RGB value is (2,129,83). Sum of RGB (Red+Green+Blue) = 2+129+83=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #028153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028153 is #FD7EAC. Grayscale: #555555. Windows color (decimal): -16613037 or 5472514. OLE color: 5472514.

HSL color Cylindrical-coordinate representation of color #028153: hue angle of 158.27º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028153 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB212983-
CMYK0.9800.360.49
HSL158.27º96.95%25.69%-
HSV(B)158.27º98.45%50.59%-
XYZ9.4416.3410.84-
YUV85.78126.4268.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 129 (50.78% from 255) = 60.28%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=0.93%
G=60.28%
B=38.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2129830.9800.360.49158.2796.9525.69
Hex2815362024319e611a
Octal22011231420446123614132
Binary101000000110100111100010010010011000110011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028153; }

 p { color: rgb(2,129,83); }

 H1.HeaderClassName
 {
   color: #028153;
 }
 .AnyTagClassName
 {
   color: #028153;
 }
</style>
background-color css

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

 a { background-color: rgb(2,129,83); }

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

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

 span { border-color: rgb(2,129,83); }

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