Html Css Color HEX #01742C Crusoe

📋 copy color: '#01742C'

red 1 ◦ green 116 ◦ blue 44

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

Shades of Crusoe #01742C

Tints of Crusoe #01742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 72.05%

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

R = 0.62%
G = 72.05%
B = 27.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#01742C (or 0x01742C) is known color: Crusoe. HEX triplet: 01, 74 and 2C. RGB value is (1,116,44). Sum of RGB (Red+Green+Blue) = 1+116+44=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #01742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01742C is #FE8BD3. Grayscale: #494949. Windows color (decimal): -16681940 or 2913281. OLE color: 2913281.

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

Color convert

RGB 1 116 44 -
CMYK 0.99 0 0.62 0.55
HSL 142.43º 0.98% 0.23% -
HSV(B) 142.43º 0.99% 0.45% -
XYZ 6.71 12.68 4.48 -
YUV 73.41 111.4 76.35 -
System Red Green Blue C M Y K H S L
Decimal 1 116 44 0.99 0 0.62 0.55 142.43 0.98 0.23
Hex 1 74 2C 63 0 3E 37 8E 62 17
Octal 1 164 54 143 0 76 67 216 142 27
Binary 1 1110100 101100 1100011 0 111110 110111 10001110 1100010 10111

Color Harmonies of #01742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01742C

Black with #01742C

Text Example


Text Example

White with #01742C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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