Html Css Color HEX #02713D Jewel

📋 copy color: '#02713D'

red 2 ◦ green 113 ◦ blue 61

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

Shades of Jewel #02713D

Tints of Jewel #02713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.66%

R = 1.14%
G = 64.2%
B = 34.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#02713D (or 0x02713D) is known color: Jewel. HEX triplet: 02, 71 and 3D. RGB value is (2,113,61). Sum of RGB (Red+Green+Blue) = 2+113+61=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 113 (44.53% from 255 or 64.20% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 113 - color contains mainly: green. Hex color #02713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02713D is #FD8EC2. Grayscale: #494949. Windows color (decimal): -16617155 or 4026626. OLE color: 4026626.

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

Color convert

RGB 2 113 61 -
CMYK 0.98 0 0.46 0.56
HSL 151.89º 0.97% 0.23% -
HSV(B) 151.89º 0.98% 0.44% -
XYZ 6.77 12.16 6.41 -
YUV 73.88 120.73 76.73 -
System Red Green Blue C M Y K H S L
Decimal 2 113 61 0.98 0 0.46 0.56 151.89 0.97 0.23
Hex 2 71 3D 62 0 2E 38 98 61 17
Octal 2 161 75 142 0 56 70 230 141 27
Binary 10 1110001 111101 1100010 0 101110 111000 10011000 1100001 10111

Color Harmonies of #02713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02713D

Black with #02713D

Text Example


Text Example

White with #02713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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