Html Css Color HEX #01733D Jewel

📋 copy color: '#01733D'

red 1 ◦ green 115 ◦ blue 61

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

Shades of Jewel #01733D

Tints of Jewel #01733D

RGB

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

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

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

R = 0.56%
G = 64.97%
B = 34.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#01733D (or 0x01733D) is known color: Jewel. HEX triplet: 01, 73 and 3D. RGB value is (1,115,61). Sum of RGB (Red+Green+Blue) = 1+115+61=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #01733D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01733D is #FE8CC2. Grayscale: #4A4A4A. Windows color (decimal): -16682179 or 4027137. OLE color: 4027137.

HSL color Cylindrical-coordinate representation of color #01733D: hue angle of 151.58º 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 #01733D is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 115 61 -
CMYK 0.99 0 0.47 0.55
HSL 151.58º 0.98% 0.23% -
HSV(B) 151.58º 0.99% 0.45% -
XYZ 6.99 12.6 6.48 -
YUV 74.76 120.23 75.39 -
System Red Green Blue C M Y K H S L
Decimal 1 115 61 0.99 0 0.47 0.55 151.58 0.98 0.23
Hex 1 73 3D 63 0 2F 37 98 62 17
Octal 1 163 75 143 0 57 67 230 142 27
Binary 1 1110011 111101 1100011 0 101111 110111 10011000 1100010 10111

Color Harmonies of #01733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01733D

Black with #01733D

Text Example


Text Example

White with #01733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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