Html Css Color HEX #027256 Watercourse

📋 copy color: '#027256'

red 2 ◦ green 114 ◦ blue 86

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

Shades of Watercourse #027256

Tints of Watercourse #027256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 0.99%
G = 56.44%
B = 42.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#027256 (or 0x027256) is known color: Watercourse. HEX triplet: 02, 72 and 56. RGB value is (2,114,86). Sum of RGB (Red+Green+Blue) = 2+114+86=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #027256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027256 is #FD8DA9. Grayscale: #4D4D4D. Windows color (decimal): -16616874 or 5665282. OLE color: 5665282.

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

Color convert

RGB 2 114 86 -
CMYK 0.98 0 0.25 0.55
HSL 165º 0.97% 0.23% -
HSV(B) 165º 0.98% 0.45% -
XYZ 7.72 12.72 10.85 -
YUV 77.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 2 114 86 0.98 0 0.25 0.55 165 0.97 0.23
Hex 2 72 56 62 0 19 37 A5 61 17
Octal 2 162 126 142 0 31 67 245 141 27
Binary 10 1110010 1010110 1100010 0 11001 110111 10100101 1100001 10111

Color Harmonies of #027256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027256

Black with #027256

Text Example


Text Example

White with #027256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027256; }

 p { color: rgb(2,114,86); }

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

background-color css

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

 a { background-color: rgb(2,114,86); }

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

border-color css

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

 span { border-color: rgb(2,114,86); }

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