#027B4E

Color #027B4E Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #027B4E

Tints of Watercourse #027B4E

Color information

#027B4E (or 0x027B4E) is unknown color: approx Watercourse. HEX triplet: 02, 7B and 4E. RGB value is (2,123,78). Sum of RGB (Red+Green+Blue) = 2+123+78=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 123 (48.44% from 255 or 60.59% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 123 - color contains mainly: green. Hex color #027B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B4E is #FD84B1. Grayscale: #515151. Windows color (decimal): -16614578 or 5143298. OLE color: 5143298.

HSL color Cylindrical-coordinate representation of color #027B4E: hue angle of 157.69º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B4E is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB212378-
CMYK0.9800.370.52
HSL157.69º96.8%24.51%-
HSV(B)157.69º98.37%48.24%-
XYZ8.4814.739.6-
YUV81.69125.9171.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 123 (48.44% from 255) = 60.59%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=0.99%
G=60.59%
B=38.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123780.9800.370.52157.6996.824.51
Hex27B4E62025349e6119
Octal21731161420456423614131
Binary10111101110011101100010010010111010010011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027B4E; }

 p { color: rgb(2,123,78); }

 H1.HeaderClassName
 {
   color: #027B4E;
 }
 .AnyTagClassName
 {
   color: #027B4E;
 }
</style>
background-color css

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

 a { background-color: rgb(2,123,78); }

 div.DivClassName
 {
   background-color: #027B4E;
 }
 .BgClassName
 {
   background-color: #027B4E;
 }
</style>
border-color css

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

 span { border-color: rgb(2,123,78); }

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