Html Css Color HEX #017429 Crusoe

📋 copy color: '#017429'

red 1 ◦ green 116 ◦ blue 41

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

Shades of Crusoe #017429

Tints of Crusoe #017429

RGB

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

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

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

R = 0.63%
G = 73.42%
B = 25.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#017429 (or 0x017429) is known color: Crusoe. HEX triplet: 01, 74 and 29. RGB value is (1,116,41). Sum of RGB (Red+Green+Blue) = 1+116+41=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #017429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017429 is #FE8BD6. Grayscale: #494949. Windows color (decimal): -16681943 or 2716673. OLE color: 2716673.

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

Color convert

RGB 1 116 41 -
CMYK 0.99 0 0.65 0.55
HSL 140.87º 0.98% 0.23% -
HSV(B) 140.87º 0.99% 0.45% -
XYZ 6.66 12.66 4.19 -
YUV 73.07 109.9 76.6 -
System Red Green Blue C M Y K H S L
Decimal 1 116 41 0.99 0 0.65 0.55 140.87 0.98 0.23
Hex 1 74 29 63 0 41 37 8D 62 17
Octal 1 164 51 143 0 101 67 215 142 27
Binary 1 1110100 101001 1100011 0 1000001 110111 10001101 1100010 10111

Color Harmonies of #017429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017429

Black with #017429

Text Example


Text Example

White with #017429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017429; }

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

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

background-color css

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

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

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

border-color css

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

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

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