Html Css Color HEX #01703E Jewel

📋 copy color: '#01703E'

red 1 ◦ green 112 ◦ blue 62

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

Shades of Jewel #01703E

Tints of Jewel #01703E

RGB

 RED value IS 1 (0.78% from 255) = 0.57%

 GREEN value IS 112 (44.14% from 255) = 64%

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

R = 0.57%
G = 64%
B = 35.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#01703E (or 0x01703E) is known color: Jewel. HEX triplet: 01, 70 and 3E. RGB value is (1,112,62). Sum of RGB (Red+Green+Blue) = 1+112+62=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #01703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01703E is #FE8FC1. Grayscale: #494949. Windows color (decimal): -16682946 or 4091905. OLE color: 4091905.

HSL color Cylindrical-coordinate representation of color #01703E: hue angle of 152.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01703E is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 62 -
CMYK 0.99 0 0.45 0.56
HSL 152.97º 0.98% 0.22% -
HSV(B) 152.97º 0.99% 0.44% -
XYZ 6.68 11.94 6.51 -
YUV 73.11 121.73 76.57 -
System Red Green Blue C M Y K H S L
Decimal 1 112 62 0.99 0 0.45 0.56 152.97 0.98 0.22
Hex 1 70 3E 63 0 2D 38 99 62 16
Octal 1 160 76 143 0 55 70 231 142 26
Binary 1 1110000 111110 1100011 0 101101 111000 10011001 1100010 10110

Color Harmonies of #01703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01703E

Black with #01703E

Text Example


Text Example

White with #01703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,112,62); }

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

background-color css

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

 a { background-color: rgb(1,112,62); }

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

border-color css

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

 span { border-color: rgb(1,112,62); }

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