#027B4C

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

Shades of Watercourse #027B4C

Tints of Watercourse #027B4C

Color information

#027B4C (or 0x027B4C) is unknown color: approx Watercourse. HEX triplet: 02, 7B and 4C. RGB value is (2,123,76). Sum of RGB (Red+Green+Blue) = 2+123+76=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #027B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B4C is #FD84B3. Grayscale: #515151. Windows color (decimal): -16614580 or 5012226. OLE color: 5012226.

HSL color Cylindrical-coordinate representation of color #027B4C: hue angle of 156.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 #027B4C is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB212376-
CMYK0.9800.380.52
HSL156.69º96.8%24.51%-
HSV(B)156.69º98.37%48.24%-
XYZ8.4114.79.23-
YUV81.46124.9171.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 123 (48.44% from 255) = 61.19%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=1.00%
G=61.19%
B=37.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123760.9800.380.52156.6996.824.51
Hex27B4C62026349d6119
Octal21731141420466423514131
Binary10111101110011001100010010011011010010011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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