#02713E

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

Shades of Jewel #02713E

Tints of Jewel #02713E

Color information

#02713E (or 0x02713E) is unknown color: approx Jewel. HEX triplet: 02, 71 and 3E. RGB value is (2,113,62). Sum of RGB (Red+Green+Blue) = 2+113+62=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #02713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02713E is #FD8EC1. Grayscale: #4A4A4A. Windows color (decimal): -16617154 or 4092162. OLE color: 4092162.

HSL color Cylindrical-coordinate representation of color #02713E: hue angle of 152.43º 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 #02713E is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB211362-
CMYK0.9800.450.56
HSL152.43º96.52%22.55%-
HSV(B)152.43º98.23%44.31%-
XYZ6.812.176.55-
YUV74121.2376.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 113 (44.53% from 255) = 63.84%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=1.13%
G=63.84%
B=35.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113620.9800.450.56152.4396.5222.55
Hex2713E6202D38986117
Octal2161761420557023014127
Binary1011100011111101100010010110111100010011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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