Html Css Color HEX #02713E Jewel

📋 copy color: '#02713E'

red 2 ◦ green 113 ◦ blue 62

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

Shades of Jewel #02713E

Tints of Jewel #02713E

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 value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#02713E (or 0x02713E) is known color: 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

RGB 2 113 62 -
CMYK 0.98 0 0.45 0.56
HSL 152.43º 0.97% 0.23% -
HSV(B) 152.43º 0.98% 0.44% -
XYZ 6.8 12.17 6.55 -
YUV 74 121.23 76.65 -
System Red Green Blue C M Y K H S L
Decimal 2 113 62 0.98 0 0.45 0.56 152.43 0.97 0.23
Hex 2 71 3E 62 0 2D 38 98 61 17
Octal 2 161 76 142 0 55 70 230 141 27
Binary 10 1110001 111110 1100010 0 101101 111000 10011000 1100001 10111

Color Harmonies of #02713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02713E

Black with #02713E

Text Example


Text Example

White with #02713E

Text Example


Text Example

HTML Codes & Css Web 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>