Html Css Color HEX #027455 Watercourse

📋 copy color: '#027455'

red 2 ◦ green 116 ◦ blue 85

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

Shades of Watercourse #027455

Tints of Watercourse #027455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 0.99%
G = 57.14%
B = 41.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#027455 (or 0x027455) is known color: Watercourse. HEX triplet: 02, 74 and 55. RGB value is (2,116,85). Sum of RGB (Red+Green+Blue) = 2+116+85=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #027455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027455 is #FD8BAA. Grayscale: #4E4E4E. Windows color (decimal): -16616363 or 5600258. OLE color: 5600258.

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

Color convert

RGB 2 116 85 -
CMYK 0.98 0 0.27 0.55
HSL 163.68º 0.97% 0.23% -
HSV(B) 163.68º 0.98% 0.45% -
XYZ 7.91 13.16 10.72 -
YUV 78.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 2 116 85 0.98 0 0.27 0.55 163.68 0.97 0.23
Hex 2 74 55 62 0 1B 37 A4 61 17
Octal 2 164 125 142 0 33 67 244 141 27
Binary 10 1110100 1010101 1100010 0 11011 110111 10100100 1100001 10111

Color Harmonies of #027455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027455

Black with #027455

Text Example


Text Example

White with #027455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027455; }

 p { color: rgb(2,116,85); }

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

background-color css

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

 a { background-color: rgb(2,116,85); }

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

border-color css

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

 span { border-color: rgb(2,116,85); }

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