#02613C

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

Shades of Jewel #02613C

Tints of Jewel #02613C

Color information

#02613C (or 0x02613C) is unknown color: approx Jewel. HEX triplet: 02, 61 and 3C. RGB value is (2,97,60). Sum of RGB (Red+Green+Blue) = 2+97+60=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #02613C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02613C is #FD9EC3. Grayscale: #404040. Windows color (decimal): -16621252 or 3956994. OLE color: 3956994.

HSL color Cylindrical-coordinate representation of color #02613C: hue angle of 156.63º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02613C is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB29760-
CMYK0.9800.380.62
HSL156.63º95.96%19.41%-
HSV(B)156.63º97.94%38.04%-
XYZ5.128.895.72-
YUV64.38125.5383.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 97 (38.28% from 255) = 61.01%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=1.26%
G=61.01%
B=37.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297600.9800.380.62156.6395.9619.41
Hex2613C620263E9d6013
Octal2141741420467623514023
Binary1011000011111001100010010011011111010011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02613C; }

 p { color: rgb(2,97,60); }

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

<style>
 a { background-color: #02613C; }

 a { background-color: rgb(2,97,60); }

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

<style>
 span { border-color: #02613C; }

 span { border-color: rgb(2,97,60); }

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