#02754B

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

Shades of Watercourse #02754B

Tints of Watercourse #02754B

Color information

#02754B (or 0x02754B) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 4B. RGB value is (2,117,75). Sum of RGB (Red+Green+Blue) = 2+117+75=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #02754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02754B is #FD8AB4. Grayscale: #4D4D4D. Windows color (decimal): -16616117 or 4945154. OLE color: 4945154.

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

Color convert

RGB211775-
CMYK0.9800.360.54
HSL158.09º96.64%23.33%-
HSV(B)158.09º98.29%45.88%-
XYZ7.6613.248.81-
YUV77.83126.473.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=1.03%
G=60.31%
B=38.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117750.9800.360.54158.0996.6423.33
Hex2754B62024369e6117
Octal21651131420446623614127
Binary10111010110010111100010010010011011010011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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