#028252

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

Shades of Watercourse #028252

Tints of Watercourse #028252

Color information

#028252 (or 0x028252) is unknown color: approx Watercourse. HEX triplet: 02, 82 and 52. RGB value is (2,130,82). Sum of RGB (Red+Green+Blue) = 2+130+82=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #028252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028252 is #FD7DAD. Grayscale: #565656. Windows color (decimal): -16612782 or 5407234. OLE color: 5407234.

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

Color convert

RGB213082-
CMYK0.9800.370.49
HSL157.5º96.97%25.88%-
HSV(B)157.5º98.46%50.98%-
XYZ9.5316.5910.68-
YUV86.26125.5967.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=0.93%
G=60.75%
B=38.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130820.9800.370.49157.596.9725.88
Hex2825262025319e611a
Octal22021221420456123614132
Binary101000001010100101100010010010111000110011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028252; }

 p { color: rgb(2,130,82); }

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

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

 a { background-color: rgb(2,130,82); }

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

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

 span { border-color: rgb(2,130,82); }

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