#02754D

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

Shades of Watercourse #02754D

Tints of Watercourse #02754D

Color information

#02754D (or 0x02754D) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 4D. RGB value is (2,117,77). Sum of RGB (Red+Green+Blue) = 2+117+77=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #02754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02754D is #FD8AB2. Grayscale: #4E4E4E. Windows color (decimal): -16616115 or 5076226. OLE color: 5076226.

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

Color convert

RGB211777-
CMYK0.9800.340.54
HSL159.13º96.64%23.33%-
HSV(B)159.13º98.29%45.88%-
XYZ7.7313.279.18-
YUV78.06127.473.75-

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.69%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=1.02%
G=59.69%
B=39.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117770.9800.340.54159.1396.6423.33
Hex2754D62022369f6117
Octal21651151420426623714127
Binary10111010110011011100010010001011011010011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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