#027541

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

Shades of Watercourse #027541

Tints of Watercourse #027541

Color information

#027541 (or 0x027541) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 41. RGB value is (2,117,65). Sum of RGB (Red+Green+Blue) = 2+117+65=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #027541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027541 is #FD8ABE. Grayscale: #4C4C4C. Windows color (decimal): -16616127 or 4289794. OLE color: 4289794.

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

Color convert

RGB211765-
CMYK0.9800.440.54
HSL152.87º96.64%23.33%-
HSV(B)152.87º98.29%45.88%-
XYZ7.3413.127.15-
YUV76.69121.474.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 117 (46.09% from 255) = 63.59%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=1.09%
G=63.59%
B=35.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117650.9800.440.54152.8796.6423.33
Hex275416202C36996117
Octal21651011420546623114127
Binary10111010110000011100010010110011011010011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027541; }

 p { color: rgb(2,117,65); }

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

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

 a { background-color: rgb(2,117,65); }

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

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

 span { border-color: rgb(2,117,65); }

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