Html Css Color HEX #02613B Jewel

📋 copy color: '#02613B'

red 2 ◦ green 97 ◦ blue 59

#02613B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #02613B

Tints of Jewel #02613B

RGB

 RED value IS 2 (1.17% from 255) = 1.27%

 GREEN value IS 97 (38.28% from 255) = 61.39%

 BLUE value IS 59 (23.44% from 255) = 37.34%

R = 1.27%
G = 61.39%
B = 37.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#02613B (or 0x02613B) is known color: Jewel. HEX triplet: 02, 61 and 3B. RGB value is (2,97,59). Sum of RGB (Red+Green+Blue) = 2+97+59=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #02613B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02613B is #FD9EC4. Grayscale: #404040. Windows color (decimal): -16621253 or 3891458. OLE color: 3891458.

HSL color Cylindrical-coordinate representation of color #02613B: hue angle of 156º 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 #02613B is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 97 59 -
CMYK 0.98 0 0.39 0.62
HSL 156º 0.96% 0.19% -
HSV(B) 156º 0.98% 0.38% -
XYZ 5.09 8.88 5.58 -
YUV 64.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 2 97 59 0.98 0 0.39 0.62 156 0.96 0.19
Hex 2 61 3B 62 0 27 3E 9C 60 13
Octal 2 141 73 142 0 47 76 234 140 23
Binary 10 1100001 111011 1100010 0 100111 111110 10011100 1100000 10011

Color Harmonies of #02613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02613B

Black with #02613B

Text Example


Text Example

White with #02613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02613B;
 }
 .AnyTagClassName
 {
   color: #02613B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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