Html Css Color HEX #027153 Watercourse

📋 copy color: '#027153'

red 2 ◦ green 113 ◦ blue 83

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

Shades of Watercourse #027153

Tints of Watercourse #027153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.07%

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

R = 1.01%
G = 57.07%
B = 41.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#027153 (or 0x027153) is known color: Watercourse. HEX triplet: 02, 71 and 53. RGB value is (2,113,83). Sum of RGB (Red+Green+Blue) = 2+113+83=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #027153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027153 is #FD8EAC. Grayscale: #4C4C4C. Windows color (decimal): -16617133 or 5468418. OLE color: 5468418.

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

Color convert

RGB 2 113 83 -
CMYK 0.98 0 0.27 0.56
HSL 163.78º 0.97% 0.23% -
HSV(B) 163.78º 0.98% 0.44% -
XYZ 7.49 12.45 10.19 -
YUV 76.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 2 113 83 0.98 0 0.27 0.56 163.78 0.97 0.23
Hex 2 71 53 62 0 1B 38 A4 61 17
Octal 2 161 123 142 0 33 70 244 141 27
Binary 10 1110001 1010011 1100010 0 11011 111000 10100100 1100001 10111

Color Harmonies of #027153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027153

Black with #027153

Text Example


Text Example

White with #027153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027153; }

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

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

background-color css

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

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

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

border-color css

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

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

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