Html Css Color HEX #01702C Crusoe

📋 copy color: '#01702C'

red 1 ◦ green 112 ◦ blue 44

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

Shades of Crusoe #01702C

Tints of Crusoe #01702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 0.64%
G = 71.34%
B = 28.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#01702C (or 0x01702C) is known color: Crusoe. HEX triplet: 01, 70 and 2C. RGB value is (1,112,44). Sum of RGB (Red+Green+Blue) = 1+112+44=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #01702C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01702C is #FE8FD3. Grayscale: #474747. Windows color (decimal): -16682964 or 2912257. OLE color: 2912257.

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

Color convert

RGB 1 112 44 -
CMYK 0.99 0 0.61 0.56
HSL 143.24º 0.98% 0.22% -
HSV(B) 143.24º 0.99% 0.44% -
XYZ 6.26 11.78 4.33 -
YUV 71.06 112.73 78.03 -
System Red Green Blue C M Y K H S L
Decimal 1 112 44 0.99 0 0.61 0.56 143.24 0.98 0.22
Hex 1 70 2C 63 0 3D 38 8F 62 16
Octal 1 160 54 143 0 75 70 217 142 26
Binary 1 1110000 101100 1100011 0 111101 111000 10001111 1100010 10110

Color Harmonies of #01702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01702C

Black with #01702C

Text Example


Text Example

White with #01702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01702C; }

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

 H1.HeaderClassName
 {
   color: #01702C;
 }
 .AnyTagClassName
 {
   color: #01702C;
 }
</style>

background-color css

<style>
 a { background-color: #01702C; }

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

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

border-color css

<style>
 span { border-color: #01702C; }

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

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