Html Css Color HEX #02713F Jewel

📋 copy color: '#02713F'

red 2 ◦ green 113 ◦ blue 63

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

Shades of Jewel #02713F

Tints of Jewel #02713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 63.48%

 BLUE value IS 63 (25% from 255) = 35.39%

R = 1.12%
G = 63.48%
B = 35.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#02713F (or 0x02713F) is known color: Jewel. HEX triplet: 02, 71 and 3F. RGB value is (2,113,63). Sum of RGB (Red+Green+Blue) = 2+113+63=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #02713F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02713F is #FD8EC0. Grayscale: #4A4A4A. Windows color (decimal): -16617153 or 4157698. OLE color: 4157698.

HSL color Cylindrical-coordinate representation of color #02713F: hue angle of 152.97º 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 #02713F is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 63 -
CMYK 0.98 0 0.44 0.56
HSL 152.97º 0.97% 0.23% -
HSV(B) 152.97º 0.98% 0.44% -
XYZ 6.83 12.18 6.69 -
YUV 74.11 121.73 76.57 -
System Red Green Blue C M Y K H S L
Decimal 2 113 63 0.98 0 0.44 0.56 152.97 0.97 0.23
Hex 2 71 3F 62 0 2C 38 99 61 17
Octal 2 161 77 142 0 54 70 231 141 27
Binary 10 1110001 111111 1100010 0 101100 111000 10011001 1100001 10111

Color Harmonies of #02713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02713F

Black with #02713F

Text Example


Text Example

White with #02713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02713F;
 }
 .AnyTagClassName
 {
   color: #02713F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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