#02713A

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

Shades of Jewel #02713A

Tints of Jewel #02713A

Color information

#02713A (or 0x02713A) is unknown color: approx Jewel. HEX triplet: 02, 71 and 3A. RGB value is (2,113,58). Sum of RGB (Red+Green+Blue) = 2+113+58=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #02713A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02713A is #FD8EC5. Grayscale: #494949. Windows color (decimal): -16617158 or 3830018. OLE color: 3830018.

HSL color Cylindrical-coordinate representation of color #02713A: hue angle of 150.27º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02713A is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB211358-
CMYK0.9800.490.56
HSL150.27º96.52%22.55%-
HSV(B)150.27º98.23%44.31%-
XYZ6.6912.135.99-
YUV73.54119.2376.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 113 (44.53% from 255) = 65.32%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=1.16%
G=65.32%
B=33.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113580.9800.490.56150.2796.5222.55
Hex2713A6203138966117
Octal2161721420617022614127
Binary1011100011110101100010011000111100010010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02713A; }

 p { color: rgb(2,113,58); }

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

<style>
 a { background-color: #02713A; }

 a { background-color: rgb(2,113,58); }

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

<style>
 span { border-color: #02713A; }

 span { border-color: rgb(2,113,58); }

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