Html Css Color HEX #017129 Crusoe

📋 copy color: '#017129'

red 1 ◦ green 113 ◦ blue 41

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

Shades of Crusoe #017129

Tints of Crusoe #017129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 72.9%

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 0.65%
G = 72.9%
B = 26.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#017129 (or 0x017129) is known color: Crusoe. HEX triplet: 01, 71 and 29. RGB value is (1,113,41). Sum of RGB (Red+Green+Blue) = 1+113+41=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #017129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017129 is #FE8ED6. Grayscale: #474747. Windows color (decimal): -16682711 or 2715905. OLE color: 2715905.

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

Color convert

RGB 1 113 41 -
CMYK 0.99 0 0.64 0.56
HSL 141.43º 0.98% 0.22% -
HSV(B) 141.43º 0.99% 0.44% -
XYZ 6.32 11.98 4.08 -
YUV 71.3 110.89 77.85 -
System Red Green Blue C M Y K H S L
Decimal 1 113 41 0.99 0 0.64 0.56 141.43 0.98 0.22
Hex 1 71 29 63 0 40 38 8D 62 16
Octal 1 161 51 143 0 100 70 215 142 26
Binary 1 1110001 101001 1100011 0 1000000 111000 10001101 1100010 10110

Color Harmonies of #017129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017129

Black with #017129

Text Example


Text Example

White with #017129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017129; }

 p { color: rgb(1,113,41); }

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

background-color css

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

 a { background-color: rgb(1,113,41); }

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

border-color css

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

 span { border-color: rgb(1,113,41); }

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