#02703F

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

Shades of Jewel #02703F

Tints of Jewel #02703F

Color information

#02703F (or 0x02703F) is unknown color: approx Jewel. HEX triplet: 02, 70 and 3F. RGB value is (2,112,63). Sum of RGB (Red+Green+Blue) = 2+112+63=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #02703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02703F is #FD8FC0. Grayscale: #494949. Windows color (decimal): -16617409 or 4157442. OLE color: 4157442.

HSL color Cylindrical-coordinate representation of color #02703F: hue angle of 153.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02703F is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB211263-
CMYK0.9800.440.56
HSL153.27º96.49%22.35%-
HSV(B)153.27º98.21%43.92%-
XYZ6.7211.966.66-
YUV73.52122.0676.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 63 (25% from 255) = 35.59%
R=1.13%
G=63.28%
B=35.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112630.9800.440.56153.2796.4922.35
Hex2703F6202C38996016
Octal2160771420547023114026
Binary1011100001111111100010010110011100010011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02703F; }

 p { color: rgb(2,112,63); }

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

<style>
 a { background-color: #02703F; }

 a { background-color: rgb(2,112,63); }

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

<style>
 span { border-color: #02703F; }

 span { border-color: rgb(2,112,63); }

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