Html Css Color HEX #028053 Watercourse

📋 copy color: '#028053'

red 2 ◦ green 128 ◦ blue 83

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

Shades of Watercourse #028053

Tints of Watercourse #028053

RGB

 RED value IS 2 (1.17% from 255) = 0.94%

 GREEN value IS 128 (50.39% from 255) = 60.09%

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 0.94%
G = 60.09%
B = 38.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#028053 (or 0x028053) is known color: Watercourse. HEX triplet: 02, 80 and 53. RGB value is (2,128,83). Sum of RGB (Red+Green+Blue) = 2+128+83=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #028053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028053 is #FD7FAC. Grayscale: #555555. Windows color (decimal): -16613293 or 5472258. OLE color: 5472258.

HSL color Cylindrical-coordinate representation of color #028053: hue angle of 158.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028053 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 128 83 -
CMYK 0.98 0 0.35 0.50
HSL 158.57º 0.97% 0.25% -
HSV(B) 158.57º 0.98% 0.5% -
XYZ 9.31 16.08 10.8 -
YUV 85.2 126.76 68.66 -
System Red Green Blue C M Y K H S L
Decimal 2 128 83 0.98 0 0.35 0.50 158.57 0.97 0.25
Hex 2 80 53 62 0 23 32 9F 61 19
Octal 2 200 123 142 0 43 62 237 141 31
Binary 10 10000000 1010011 1100010 0 100011 110010 10011111 1100001 11001

Color Harmonies of #028053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028053

Black with #028053

Text Example


Text Example

White with #028053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028053; }

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

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

background-color css

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

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

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

border-color css

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

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

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