Html Css Color HEX #01703A Jewel

📋 copy color: '#01703A'

red 1 ◦ green 112 ◦ blue 58

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

Shades of Jewel #01703A

Tints of Jewel #01703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.92%

R = 0.58%
G = 65.5%
B = 33.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#01703A (or 0x01703A) is known color: Jewel. HEX triplet: 01, 70 and 3A. RGB value is (1,112,58). Sum of RGB (Red+Green+Blue) = 1+112+58=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #01703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01703A is #FE8FC5. Grayscale: #484848. Windows color (decimal): -16682950 or 3829761. OLE color: 3829761.

HSL color Cylindrical-coordinate representation of color #01703A: hue angle of 150.81º 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 #01703A is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 58 -
CMYK 0.99 0 0.48 0.56
HSL 150.81º 0.98% 0.22% -
HSV(B) 150.81º 0.99% 0.44% -
XYZ 6.57 11.9 5.95 -
YUV 72.66 119.73 76.89 -
System Red Green Blue C M Y K H S L
Decimal 1 112 58 0.99 0 0.48 0.56 150.81 0.98 0.22
Hex 1 70 3A 63 0 30 38 97 62 16
Octal 1 160 72 143 0 60 70 227 142 26
Binary 1 1110000 111010 1100011 0 110000 111000 10010111 1100010 10110

Color Harmonies of #01703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01703A

Black with #01703A

Text Example


Text Example

White with #01703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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