#027B4F

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

Shades of Watercourse #027B4F

Tints of Watercourse #027B4F

Color information

#027B4F (or 0x027B4F) is unknown color: approx Watercourse. HEX triplet: 02, 7B and 4F. RGB value is (2,123,79). Sum of RGB (Red+Green+Blue) = 2+123+79=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 123 (48.44% from 255 or 60.29% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 123 - color contains mainly: green. Hex color #027B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B4F is #FD84B0. Grayscale: #515151. Windows color (decimal): -16614577 or 5208834. OLE color: 5208834.

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

Color convert

RGB212379-
CMYK0.9800.360.52
HSL158.18º96.8%24.51%-
HSV(B)158.18º98.37%48.24%-
XYZ8.5214.749.79-
YUV81.8126.4171.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 123 (48.44% from 255) = 60.29%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=0.98%
G=60.29%
B=38.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123790.9800.360.52158.1896.824.51
Hex27B4F62024349e6119
Octal21731171420446423614131
Binary10111101110011111100010010010011010010011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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