Html Css Color HEX #01733B Jewel

📋 copy color: '#01733B'

red 1 ◦ green 115 ◦ blue 59

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

Shades of Jewel #01733B

Tints of Jewel #01733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 65.71%

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 0.57%
G = 65.71%
B = 33.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#01733B (or 0x01733B) is known color: Jewel. HEX triplet: 01, 73 and 3B. RGB value is (1,115,59). Sum of RGB (Red+Green+Blue) = 1+115+59=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #01733B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01733B is #FE8CC4. Grayscale: #4A4A4A. Windows color (decimal): -16682181 or 3896065. OLE color: 3896065.

HSL color Cylindrical-coordinate representation of color #01733B: hue angle of 150.53º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01733B is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 115 59 -
CMYK 0.99 0 0.49 0.55
HSL 150.53º 0.98% 0.23% -
HSV(B) 150.53º 0.99% 0.45% -
XYZ 6.93 12.58 6.2 -
YUV 74.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 1 115 59 0.99 0 0.49 0.55 150.53 0.98 0.23
Hex 1 73 3B 63 0 31 37 97 62 17
Octal 1 163 73 143 0 61 67 227 142 27
Binary 1 1110011 111011 1100011 0 110001 110111 10010111 1100010 10111

Color Harmonies of #01733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01733B

Black with #01733B

Text Example


Text Example

White with #01733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01733B; }

 p { color: rgb(1,115,59); }

 H1.HeaderClassName
 {
   color: #01733B;
 }
 .AnyTagClassName
 {
   color: #01733B;
 }
</style>

background-color css

<style>
 a { background-color: #01733B; }

 a { background-color: rgb(1,115,59); }

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

border-color css

<style>
 span { border-color: #01733B; }

 span { border-color: rgb(1,115,59); }

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