#02553E

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

Shades of Jewel #02553E

Tints of Jewel #02553E

Color information

#02553E (or 0x02553E) is unknown color: approx Jewel. HEX triplet: 02, 55 and 3E. RGB value is (2,85,62). Sum of RGB (Red+Green+Blue) = 2+85+62=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #02553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02553E is #FDAAC1. Grayscale: #393939. Windows color (decimal): -16624322 or 4084994. OLE color: 4084994.

HSL color Cylindrical-coordinate representation of color #02553E: hue angle of 163.37º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02553E is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB28562-
CMYK0.9800.270.67
HSL163.37º95.4%17.06%-
HSV(B)163.37º97.65%33.33%-
XYZ4.146.865.66-
YUV57.56130.588.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=1.34%
G=57.05%
B=41.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285620.9800.270.67163.3795.417.06
Hex2553E6201B43a35f11
Octal21257614203310324313721
Binary1010101011111101100010011011100001110100011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,85,62); }

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

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

 a { background-color: rgb(2,85,62); }

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

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

 span { border-color: rgb(2,85,62); }

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