Html Css Color HEX #016C28 Crusoe

📋 copy color: '#016C28'

red 1 ◦ green 108 ◦ blue 40

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

Shades of Crusoe #016C28

Tints of Crusoe #016C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 72.48%

 BLUE value IS 40 (16.02% from 255) = 26.85%

R = 0.67%
G = 72.48%
B = 26.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#016C28 (or 0x016C28) is known color: Crusoe. HEX triplet: 01, 6C and 28. RGB value is (1,108,40). Sum of RGB (Red+Green+Blue) = 1+108+40=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 108 (42.58% from 255 or 72.48% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 108 - color contains mainly: green. Hex color #016C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016C28 is #FE93D7. Grayscale: #444444. Windows color (decimal): -16683992 or 2649089. OLE color: 2649089.

HSL color Cylindrical-coordinate representation of color #016C28: hue angle of 141.87º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C28 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 108 40 -
CMYK 0.99 0 0.63 0.58
HSL 141.87º 0.98% 0.21% -
HSV(B) 141.87º 0.99% 0.42% -
XYZ 5.76 10.88 3.8 -
YUV 68.26 112.05 80.03 -
System Red Green Blue C M Y K H S L
Decimal 1 108 40 0.99 0 0.63 0.58 141.87 0.98 0.21
Hex 1 6C 28 63 0 3F 3A 8E 62 15
Octal 1 154 50 143 0 77 72 216 142 25
Binary 1 1101100 101000 1100011 0 111111 111010 10001110 1100010 10101

Color Harmonies of #016C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C28

Black with #016C28

Text Example


Text Example

White with #016C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016C28; }

 p { color: rgb(1,108,40); }

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

background-color css

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

 a { background-color: rgb(1,108,40); }

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

border-color css

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

 span { border-color: rgb(1,108,40); }

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