#02634B

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

Shades of Watercourse #02634B

Tints of Watercourse #02634B

Color information

#02634B (or 0x02634B) is unknown color: approx Watercourse. HEX triplet: 02, 63 and 4B. RGB value is (2,99,75). Sum of RGB (Red+Green+Blue) = 2+99+75=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #02634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02634B is #FD9CB4. Grayscale: #434343. Windows color (decimal): -16620725 or 4940546. OLE color: 4940546.

HSL color Cylindrical-coordinate representation of color #02634B: hue angle of 165.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02634B is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB29975-
CMYK0.9800.240.61
HSL165.15º96.04%19.8%-
HSV(B)165.15º97.98%38.82%-
XYZ5.769.448.18-
YUV67.26132.3681.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=1.14%
G=56.25%
B=42.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299750.9800.240.61165.1596.0419.8
Hex2634B620183Da56014
Octal21431131420307524514024
Binary1011000111001011110001001100011110110100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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