Html Css Color HEX #01701F Crusoe

📋 copy color: '#01701F'

red 1 ◦ green 112 ◦ blue 31

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

Shades of Crusoe #01701F

Tints of Crusoe #01701F

RGB

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

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

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

R = 0.69%
G = 77.78%
B = 21.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#01701F (or 0x01701F) is known color: Crusoe. HEX triplet: 01, 70 and 1F. RGB value is (1,112,31). Sum of RGB (Red+Green+Blue) = 1+112+31=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #01701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01701F is #FE8FE0. Grayscale: #454545. Windows color (decimal): -16682977 or 2060289. OLE color: 2060289.

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

Color convert

RGB 1 112 31 -
CMYK 0.99 0 0.72 0.56
HSL 136.22º 0.98% 0.22% -
HSV(B) 136.22º 0.99% 0.44% -
XYZ 6.05 11.69 3.23 -
YUV 69.58 106.23 79.09 -
System Red Green Blue C M Y K H S L
Decimal 1 112 31 0.99 0 0.72 0.56 136.22 0.98 0.22
Hex 1 70 1F 63 0 48 38 88 62 16
Octal 1 160 37 143 0 110 70 210 142 26
Binary 1 1110000 11111 1100011 0 1001000 111000 10001000 1100010 10110

Color Harmonies of #01701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01701F

Black with #01701F

Text Example


Text Example

White with #01701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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