Html Css Color HEX #016B2B Crusoe

📋 copy color: '#016B2B'

red 1 ◦ green 107 ◦ blue 43

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

Shades of Crusoe #016B2B

Tints of Crusoe #016B2B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 70.86%

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 0.66%
G = 70.86%
B = 28.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#016B2B (or 0x016B2B) is known color: Crusoe. HEX triplet: 01, 6B and 2B. RGB value is (1,107,43). Sum of RGB (Red+Green+Blue) = 1+107+43=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 107 (42.19% from 255 or 70.86% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 107 - color contains mainly: green. Hex color #016B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B2B is #FE94D4. Grayscale: #444444. Windows color (decimal): -16684245 or 2845441. OLE color: 2845441.

HSL color Cylindrical-coordinate representation of color #016B2B: hue angle of 143.77º 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 #016B2B is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 43 -
CMYK 0.99 0 0.60 0.58
HSL 143.77º 0.98% 0.21% -
HSV(B) 143.77º 0.99% 0.42% -
XYZ 5.71 10.7 4.05 -
YUV 68.01 113.88 80.2 -
System Red Green Blue C M Y K H S L
Decimal 1 107 43 0.99 0 0.60 0.58 143.77 0.98 0.21
Hex 1 6B 2B 63 0 3C 3A 90 62 15
Octal 1 153 53 143 0 74 72 220 142 25
Binary 1 1101011 101011 1100011 0 111100 111010 10010000 1100010 10101

Color Harmonies of #016B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B2B

Black with #016B2B

Text Example


Text Example

White with #016B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,43); }

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

background-color css

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

 a { background-color: rgb(1,107,43); }

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

border-color css

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

 span { border-color: rgb(1,107,43); }

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