Html Css Color HEX #01701E Crusoe

📋 copy color: '#01701E'

red 1 ◦ green 112 ◦ blue 30

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

Shades of Crusoe #01701E

Tints of Crusoe #01701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.98%

R = 0.7%
G = 78.32%
B = 20.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#01701E (or 0x01701E) is known color: Crusoe. HEX triplet: 01, 70 and 1E. RGB value is (1,112,30). Sum of RGB (Red+Green+Blue) = 1+112+30=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #01701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01701E is #FE8FE1. Grayscale: #454545. Windows color (decimal): -16682978 or 1994753. OLE color: 1994753.

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

Color convert

RGB 1 112 30 -
CMYK 0.99 0 0.73 0.56
HSL 135.68º 0.98% 0.22% -
HSV(B) 135.68º 0.99% 0.44% -
XYZ 6.04 11.69 3.17 -
YUV 69.46 105.73 79.17 -
System Red Green Blue C M Y K H S L
Decimal 1 112 30 0.99 0 0.73 0.56 135.68 0.98 0.22
Hex 1 70 1E 63 0 49 38 88 62 16
Octal 1 160 36 143 0 111 70 210 142 26
Binary 1 1110000 11110 1100011 0 1001001 111000 10001000 1100010 10110

Color Harmonies of #01701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01701E

Black with #01701E

Text Example


Text Example

White with #01701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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