Html Css Color HEX #02613E Jewel

📋 copy color: '#02613E'

red 2 ◦ green 97 ◦ blue 62

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

Shades of Jewel #02613E

Tints of Jewel #02613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 1.24%
G = 60.25%
B = 38.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#02613E (or 0x02613E) is known color: Jewel. HEX triplet: 02, 61 and 3E. RGB value is (2,97,62). Sum of RGB (Red+Green+Blue) = 2+97+62=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #02613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02613E is #FD9EC1. Grayscale: #404040. Windows color (decimal): -16621250 or 4088066. OLE color: 4088066.

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

Color convert

RGB 2 97 62 -
CMYK 0.98 0 0.36 0.62
HSL 157.89º 0.96% 0.19% -
HSV(B) 157.89º 0.98% 0.38% -
XYZ 5.17 8.91 6 -
YUV 64.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 2 97 62 0.98 0 0.36 0.62 157.89 0.96 0.19
Hex 2 61 3E 62 0 24 3E 9E 60 13
Octal 2 141 76 142 0 44 76 236 140 23
Binary 10 1100001 111110 1100010 0 100100 111110 10011110 1100000 10011

Color Harmonies of #02613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02613E

Black with #02613E

Text Example


Text Example

White with #02613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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