Html Css Color HEX #016929 Crusoe

📋 copy color: '#016929'

red 1 ◦ green 105 ◦ blue 41

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

Shades of Crusoe #016929

Tints of Crusoe #016929

RGB

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

 GREEN value IS 105 (41.41% from 255) = 71.43%

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

R = 0.68%
G = 71.43%
B = 27.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#016929 (or 0x016929) is known color: Crusoe. HEX triplet: 01, 69 and 29. RGB value is (1,105,41). Sum of RGB (Red+Green+Blue) = 1+105+41=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #016929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016929 is #FE96D6. Grayscale: #424242. Windows color (decimal): -16684759 or 2713857. OLE color: 2713857.

HSL color Cylindrical-coordinate representation of color #016929: hue angle of 143.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016929 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 41 -
CMYK 0.99 0 0.61 0.59
HSL 143.08º 0.98% 0.21% -
HSV(B) 143.08º 0.99% 0.41% -
XYZ 5.46 10.27 3.79 -
YUV 66.61 113.54 81.2 -
System Red Green Blue C M Y K H S L
Decimal 1 105 41 0.99 0 0.61 0.59 143.08 0.98 0.21
Hex 1 69 29 63 0 3D 3B 8F 62 15
Octal 1 151 51 143 0 75 73 217 142 25
Binary 1 1101001 101001 1100011 0 111101 111011 10001111 1100010 10101

Color Harmonies of #016929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016929

Black with #016929

Text Example


Text Example

White with #016929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016929; }

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

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

background-color css

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

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

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

border-color css

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

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

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