Html Css Color HEX #01731F Crusoe

📋 copy color: '#01731F'

red 1 ◦ green 115 ◦ blue 31

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

Shades of Crusoe #01731F

Tints of Crusoe #01731F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 0.68%
G = 78.23%
B = 21.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#01731F (or 0x01731F) is known color: Crusoe. HEX triplet: 01, 73 and 1F. RGB value is (1,115,31). Sum of RGB (Red+Green+Blue) = 1+115+31=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #01731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01731F is #FE8CE0. Grayscale: #474747. Windows color (decimal): -16682209 or 2061057. OLE color: 2061057.

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

Color convert

RGB 1 115 31 -
CMYK 0.99 0 0.73 0.55
HSL 135.79º 0.98% 0.23% -
HSV(B) 135.79º 0.99% 0.45% -
XYZ 6.39 12.37 3.35 -
YUV 71.34 105.23 77.83 -
System Red Green Blue C M Y K H S L
Decimal 1 115 31 0.99 0 0.73 0.55 135.79 0.98 0.23
Hex 1 73 1F 63 0 49 37 88 62 17
Octal 1 163 37 143 0 111 67 210 142 27
Binary 1 1110011 11111 1100011 0 1001001 110111 10001000 1100010 10111

Color Harmonies of #01731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01731F

Black with #01731F

Text Example


Text Example

White with #01731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01731F; }

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

 H1.HeaderClassName
 {
   color: #01731F;
 }
 .AnyTagClassName
 {
   color: #01731F;
 }
</style>

background-color css

<style>
 a { background-color: #01731F; }

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

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

border-color css

<style>
 span { border-color: #01731F; }

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

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