Html Css Color HEX #017029 Crusoe

📋 copy color: '#017029'

red 1 ◦ green 112 ◦ blue 41

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

Shades of Crusoe #017029

Tints of Crusoe #017029

RGB

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

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

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

R = 0.65%
G = 72.73%
B = 26.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#017029 (or 0x017029) is known color: Crusoe. HEX triplet: 01, 70 and 29. RGB value is (1,112,41). Sum of RGB (Red+Green+Blue) = 1+112+41=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #017029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017029 is #FE8FD6. Grayscale: #464646. Windows color (decimal): -16682967 or 2715649. OLE color: 2715649.

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

Color convert

RGB 1 112 41 -
CMYK 0.99 0 0.63 0.56
HSL 141.62º 0.98% 0.22% -
HSV(B) 141.62º 0.99% 0.44% -
XYZ 6.21 11.75 4.04 -
YUV 70.72 111.23 78.27 -
System Red Green Blue C M Y K H S L
Decimal 1 112 41 0.99 0 0.63 0.56 141.62 0.98 0.22
Hex 1 70 29 63 0 3F 38 8E 62 16
Octal 1 160 51 143 0 77 70 216 142 26
Binary 1 1110000 101001 1100011 0 111111 111000 10001110 1100010 10110

Color Harmonies of #017029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017029

Black with #017029

Text Example


Text Example

White with #017029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017029; }

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

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

background-color css

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

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

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

border-color css

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

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

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