Html Css Color HEX #027053 Watercourse

📋 copy color: '#027053'

red 2 ◦ green 112 ◦ blue 83

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

Shades of Watercourse #027053

Tints of Watercourse #027053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.85%

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

R = 1.02%
G = 56.85%
B = 42.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#027053 (or 0x027053) is known color: Watercourse. HEX triplet: 02, 70 and 53. RGB value is (2,112,83). Sum of RGB (Red+Green+Blue) = 2+112+83=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #027053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027053 is #FD8FAC. Grayscale: #4B4B4B. Windows color (decimal): -16617389 or 5468162. OLE color: 5468162.

HSL color Cylindrical-coordinate representation of color #027053: hue angle of 164.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027053 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 83 -
CMYK 0.98 0 0.26 0.56
HSL 164.18º 0.96% 0.22% -
HSV(B) 164.18º 0.98% 0.44% -
XYZ 7.38 12.23 10.15 -
YUV 75.8 132.06 75.36 -
System Red Green Blue C M Y K H S L
Decimal 2 112 83 0.98 0 0.26 0.56 164.18 0.96 0.22
Hex 2 70 53 62 0 1A 38 A4 60 16
Octal 2 160 123 142 0 32 70 244 140 26
Binary 10 1110000 1010011 1100010 0 11010 111000 10100100 1100000 10110

Color Harmonies of #027053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027053

Black with #027053

Text Example


Text Example

White with #027053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027053; }

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

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

background-color css

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

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

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

border-color css

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

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

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