Html Css Color HEX #016029 Crusoe

📋 copy color: '#016029'

red 1 ◦ green 96 ◦ blue 41

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

Shades of Crusoe #016029

Tints of Crusoe #016029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 69.57%

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

R = 0.72%
G = 69.57%
B = 29.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#016029 (or 0x016029) is known color: Crusoe. HEX triplet: 01, 60 and 29. RGB value is (1,96,41). Sum of RGB (Red+Green+Blue) = 1+96+41=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #016029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016029 is #FE9FD6. Grayscale: #3D3D3D. Windows color (decimal): -16687063 or 2711553. OLE color: 2711553.

HSL color Cylindrical-coordinate representation of color #016029: hue angle of 145.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016029 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 41 -
CMYK 0.99 0 0.57 0.62
HSL 145.26º 0.98% 0.19% -
HSV(B) 145.26º 0.99% 0.38% -
XYZ 4.6 8.53 3.5 -
YUV 61.33 116.53 84.97 -
System Red Green Blue C M Y K H S L
Decimal 1 96 41 0.99 0 0.57 0.62 145.26 0.98 0.19
Hex 1 60 29 63 0 39 3E 91 62 13
Octal 1 140 51 143 0 71 76 221 142 23
Binary 1 1100000 101001 1100011 0 111001 111110 10010001 1100010 10011

Color Harmonies of #016029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016029

Black with #016029

Text Example


Text Example

White with #016029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016029; }

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

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

background-color css

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

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

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

border-color css

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

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

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