#02754E

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

Shades of Watercourse #02754E

Tints of Watercourse #02754E

Color information

#02754E (or 0x02754E) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 4E. RGB value is (2,117,78). Sum of RGB (Red+Green+Blue) = 2+117+78=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #02754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02754E is #FD8AB1. Grayscale: #4E4E4E. Windows color (decimal): -16616114 or 5141762. OLE color: 5141762.

HSL color Cylindrical-coordinate representation of color #02754E: hue angle of 159.65º 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 #02754E is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB211778-
CMYK0.9800.330.54
HSL159.65º96.64%23.33%-
HSV(B)159.65º98.29%45.88%-
XYZ7.7613.299.36-
YUV78.17127.973.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 117 (46.09% from 255) = 59.39%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=1.02%
G=59.39%
B=39.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117780.9800.330.54159.6596.6423.33
Hex2754E6202136a06117
Octal21651161420416624014127
Binary10111010110011101100010010000111011010100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02754E; }

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

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

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

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

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

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

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

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