Html Css Color HEX #01742A Crusoe

📋 copy color: '#01742A'

red 1 ◦ green 116 ◦ blue 42

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

Shades of Crusoe #01742A

Tints of Crusoe #01742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 0.63%
G = 72.96%
B = 26.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#01742A (or 0x01742A) is known color: Crusoe. HEX triplet: 01, 74 and 2A. RGB value is (1,116,42). Sum of RGB (Red+Green+Blue) = 1+116+42=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 116 (45.70% from 255 or 72.96% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 116 - color contains mainly: green. Hex color #01742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01742A is #FE8BD5. Grayscale: #494949. Windows color (decimal): -16681942 or 2782209. OLE color: 2782209.

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

Color convert

RGB 1 116 42 -
CMYK 0.99 0 0.64 0.55
HSL 141.39º 0.98% 0.23% -
HSV(B) 141.39º 0.99% 0.45% -
XYZ 6.68 12.66 4.28 -
YUV 73.18 110.4 76.52 -
System Red Green Blue C M Y K H S L
Decimal 1 116 42 0.99 0 0.64 0.55 141.39 0.98 0.23
Hex 1 74 2A 63 0 40 37 8D 62 17
Octal 1 164 52 143 0 100 67 215 142 27
Binary 1 1110100 101010 1100011 0 1000000 110111 10001101 1100010 10111

Color Harmonies of #01742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01742A

Black with #01742A

Text Example


Text Example

White with #01742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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